Skip to content
  • Auto
  • Light
  • Dark

Anthropic

Anthropic

Create Anthropic API Key
client.models.providers.anthropic.create(AnthropicCreateParams { api_key, name } body?, RequestOptionsoptions?): AnthropicCreateResponse { api_key_info }
post/v2/gen-ai/anthropic/keys
Delete Anthropic API Key
client.models.providers.anthropic.delete(stringapiKeyUuid, RequestOptionsoptions?): AnthropicDeleteResponse { api_key_info }
delete/v2/gen-ai/anthropic/keys/{api_key_uuid}
List Anthropic API Keys
client.models.providers.anthropic.list(AnthropicListParams { page, per_page } query?, RequestOptionsoptions?): AnthropicListResponse { api_key_infos, links, meta }
get/v2/gen-ai/anthropic/keys
List agents by Anthropic key
client.models.providers.anthropic.listAgents(stringuuid, AnthropicListAgentsParams { page, per_page } query?, RequestOptionsoptions?): AnthropicListAgentsResponse { agents, links, meta }
get/v2/gen-ai/anthropic/keys/{uuid}/agents
Get Anthropic API Key
client.models.providers.anthropic.retrieve(stringapiKeyUuid, RequestOptionsoptions?): AnthropicRetrieveResponse { api_key_info }
get/v2/gen-ai/anthropic/keys/{api_key_uuid}
Update Anthropic API Key
client.models.providers.anthropic.update(stringapiKeyUuid, AnthropicUpdateParams { api_key, api_key_uuid, name } body?, RequestOptionsoptions?): AnthropicUpdateResponse { api_key_info }
put/v2/gen-ai/anthropic/keys/{api_key_uuid}