Anthropic Administrator

Learn how to use Anthropic Administrator with Composio

Overview

Enum

ANTHROPIC_ADMINISTRATOR

Description

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

Authentication Details

admin_api_key
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to list available models. use when you need to see which models are available before selection.

Action Parameters

Action Response

data
array
error
string
first_id
string
has_more
boolean
last_id
string
successful
boolean
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
object
error
string
successful
boolean