v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Agent Environment
agent-configurations

Get Evaluation Config

Get agent configuration for Diamond evaluation.

Returns agent_url, agent_api_key, and agent_model_name needed for evaluation. Requires agent:read permission (all team members) or agent:read_all permission (super admin).

get/v1/agent-configurations/{id}/evaluation-config

Path parameters

idstring uuid required

Response

Successful Response

hubstring

Hub type for routing to correct SDK client

protocol'chat_completions' | 'a2a'

Communication protocol for agent endpoints.

agent_urlstring nullable

Agent/LLM endpoint URL. Required for black box agents and custom hub grey/white box agents.

agent_api_keystring required
agent_model_namestring required
agent_namestring nullable

Human-readable name of the agent (for reports and display)

rate_limit_requests_per_minuteinteger

Rate limit for API requests per minute