Keys
Keys
Create Anthropic API Key
client.agents.evaluationMetrics.anthropic.keys.create(KeyCreateParams { api_key, name } body?, RequestOptionsoptions?): KeyCreateResponse { api_key_info }
/v2/gen-ai/anthropic/keys
Delete Anthropic API Key
client.agents.evaluationMetrics.anthropic.keys.delete(stringapiKeyUuid, RequestOptionsoptions?): KeyDeleteResponse { api_key_info }
/v2/gen-ai/anthropic/keys/{api_key_uuid}
List Anthropic API Keys
client.agents.evaluationMetrics.anthropic.keys.list(KeyListParams { page, per_page } query?, RequestOptionsoptions?): KeyListResponse { api_key_infos, links, meta }
/v2/gen-ai/anthropic/keys
List agents by Anthropic key
client.agents.evaluationMetrics.anthropic.keys.listAgents(stringuuid, KeyListAgentsParams { page, per_page } query?, RequestOptionsoptions?): KeyListAgentsResponse { agents, links, meta }
/v2/gen-ai/anthropic/keys/{uuid}/agents
Get Anthropic API Key
client.agents.evaluationMetrics.anthropic.keys.retrieve(stringapiKeyUuid, RequestOptionsoptions?): KeyRetrieveResponse { api_key_info }
/v2/gen-ai/anthropic/keys/{api_key_uuid}
Update Anthropic API Key
client.agents.evaluationMetrics.anthropic.keys.update(stringapiKeyUuid, KeyUpdateParams { api_key, api_key_uuid, name } body?, RequestOptionsoptions?): KeyUpdateResponse { api_key_info }
/v2/gen-ai/anthropic/keys/{api_key_uuid}