Anthropic Administrator

Integrate Anthropic Administrator with your AI workspace

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

Explore Triggers and Actions

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.

ActionTry it

Get Model

Tool to retrieve details of a specific model by its ID. Use after confirming the model ID is valid.

ActionTry it

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.

ActionTry it