Anthropic Administrator
The Anthropic Admin API allows programmatic management of organizational resources, including members, workspaces, and API keys.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Anthropic Administrator authenticates with an API key. Generate the credential in your Anthropic Administrator account, then paste it into FlyMyAI the first time an agent uses an Anthropic Administrator action.
Get your Anthropic Administrator credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Admin API Key | The Admin API key used for authentication, starting with 'sk-ant-admin...'. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ANTHROPIC_ADMINISTRATOR_CREATE_MESSAGE | Tool to create a new message completion. use when you need to generate assistant text given a conversation history. | model, messages |
ANTHROPIC_ADMINISTRATOR_GET_MODEL | Tool to retrieve details of a specific model by its id. use after confirming the model id is valid. | model_id |
ANTHROPIC_ADMINISTRATOR_LIST_MODELS | Tool to list available models. use when you need to see which models are available before selection. | - |
ANTHROPIC_ADMINISTRATOR_PROMPT_CACHING | Tool to cache and reuse prompt content to reduce costs and latency. use after you have static prompt portions you intend to reuse across calls. | model, messages |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Anthropic Administrator!