Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
3 tools available
The Anthropic Admin API allows programmatic management of organizational resources, including members, workspaces, and API keys.
Connect Anthropic Administrator to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Anthropic Administrator's 3 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Anthropic Administrator action below is a callable tool any Definable persona can invoke.
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 to retrieve details of a specific model by its ID. Use after confirming the model ID is valid.
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.
Anything Anthropic Administrator exposes through its API. Common ai models workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 3 Anthropic Administrator tools directly, then chain the result into another integration without you writing code.
Anthropic Administrator uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 3 Anthropic Administrator tools. You only need a separate Anthropic Administrator subscription if Anthropic Administrator itself charges per seat or per API call.
Every call from a persona to Anthropic Administrator is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Anthropic Administrator, and connect via OAuth or API key. You can immediately attach Anthropic Administrator to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 3 Anthropic Administrator actions as callable tools — including `Create Message`, `Get Model`, `List models`. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.