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.Documentation Index
Fetch the complete documentation index at: https://docs.atthene.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
Returns an array of agent configuration objects:Key Response Fields:
agent_key- Unique identifier derived from agent namearchitecture- Agent architecture type (e.g.,llm_agent,react_agent)system_config- Complete agent configuration including prompts, LLM settings, tools, and knowledge basesversion_number- Current version of the agent configurationconfig_hash- Hash of the current configuration for change detection