Anthropic Administrator

The Anthropic Admin API allows programmatic management of organizational resources, including members, workspaces, and API keys.

3 actions Integration catalog
Request access
Connect Anthropic Administrator once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create MessageANTHROPIC_ADMINISTRATOR_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.
Get ModelANTHROPIC_ADMINISTRATOR_GET_MODEL
Tool to retrieve details of a specific model by its ID. Use after confirming the model ID is valid.
List modelsANTHROPIC_ADMINISTRATOR_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.