Back to toolkits
Anthropic Administrator logo

Anthropic Administrator

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

ai modelsdeveloper tools

Tools (3)

  • 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.

    Inputs: model, top_k, top_p, system, messages, metadata, max_tokens, temperature, stop_sequences

  • Get Model

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

    Inputs: model_id

  • 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.

    Inputs: limit, after_id, before_id