Anthropic Administrator

Learn how to use Anthropic Administrator with Composio

Overview

SLUG

ANTHROPIC_ADMINISTRATOR

Description

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

Authentication Details

Tools

SLUG: ANTHROPIC_ADMINISTRATOR_CREATE_MESSAGE

Tool to create a new message completion. use when you need to generate assistant text given a conversation history.

Action Parameters

max_tokens
integer
messages
arrayRequired
model
stringRequired
temperature
number
top_k
integer
top_p
number

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ANTHROPIC_ADMINISTRATOR_GET_MODEL

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

Action Parameters

model_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: ANTHROPIC_ADMINISTRATOR_LIST_MODELS

Tool to list available models. use when you need to see which models are available before selection.

Action Parameters

Action Response

data
arrayRequired
error
string
first_id
string
has_more
booleanRequired
last_id
string
successful
booleanRequired

SLUG: 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.

Action Parameters

max_tokens
integer
messages
arrayRequired
model
stringRequired
stream
boolean
system
array
temperature
number
top_p
number

Action Response

data
objectRequired
error
string
successful
booleanRequired