Skip to main content
Retrieve all agent configurations for the authenticated user. This endpoint returns a list of all agents you have access to, including their metadata and configuration details.

Response

Returns an array of agent configuration objects:
Key Response Fields:
  • agent_key - Unique identifier derived from agent name
  • architecture - Agent architecture type (e.g., llm_agent, react_agent)
  • system_config - Complete agent configuration including prompts, LLM settings, tools, and knowledge bases
  • version_number - Current version of the agent configuration
  • config_hash - Hash of the current configuration for change detection