5 tools tagged
Showing 5 of 5 tools
Manage multiple AI terminal agents in parallel with isolated Git worktrees
Enterprise AI development platform providing guardrails, governance, and deployment infrastructure for production LLM applications. Manages model access policies, content filtering, and audit logging across teams. Designed for organizations that need centralized control over how AI is used in development workflows, with compliance features for regulated industries.
Direct API access to Claude models with tool use
Official API for Claude models including Opus, Sonnet, and Haiku. Supports tool use, computer use, extended thinking, and batch processing. Features prompt caching, streaming, and Messages API with vision capabilities. Known for strong performance on complex reasoning tasks, nuanced instruction following, and safety-conscious design that makes it trusted for enterprise and production applications.
Official agent SDK by Anthropic
Anthropic's Python SDK for building agentic AI applications powered by Claude models. Provides primitives for creating agents with tool use, multi-step reasoning, guardrails, handoffs between specialized agents, and structured output. Supports building complex agent workflows with tracing and observability. Designed for developers building production AI agents that interact with external systems, databases, and APIs using Claude as the reasoning backbone.
Claude's inline code and document generation tool
Claude's built-in capability to generate and render interactive artifacts — code, documents, SVGs, React components, and HTML — directly inline within the conversation. No setup required. Turns Claude from a text-only assistant into a creative tool that can produce runnable applications, visualizations, and interactive prototypes during natural conversation.
Official SDK for building Claude-powered agentic applications
Anthropic's official SDK for building agents with Claude. Provides high-level abstractions for tool use, multi-turn conversations, computer use, and agent loops on top of the Claude API. Simplifies the development of production-grade agents by handling common patterns like retry logic, context management, and tool orchestration in a well-tested library.