The Anthropic Admin API allows programmatic management of organizational resources, including members, workspaces, and API keys.
Toolkit · anthropic_administrator
v1
01Create Messagetool
02Get Modeltool
03List modelstool
API Key · verified
3T · 0TR
anthropic administrator
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Create Message
Create a message completion from Claude. Send a conversation history with user/assistant messages and receive Claude's response. Useful for: chatbots, Q&A systems, text generation, conversational AI, and any task requiring natural language understanding or generation.
TOOL
Get Model
Tool to retrieve details of a specific model by its ID. Use after confirming the model ID is valid.
TOOL
List models
Tool to list available models. Use when you need to see which models are available before selection. Always source model IDs from this tool rather than hard-coding them; stale or outdated model IDs passed to CREATE_MESSAGE will cause a not_found_error.