# Atthene Documentation ## Docs - [Create Agent](https://docs.atthene.com/api-reference/agents/create.md) - [Get Current Version](https://docs.atthene.com/api-reference/agents/current-version.md) - [Delete Agent](https://docs.atthene.com/api-reference/agents/delete.md) - [Get Agent](https://docs.atthene.com/api-reference/agents/get.md) - [Import YAML](https://docs.atthene.com/api-reference/agents/import-yaml.md) - [List Agents](https://docs.atthene.com/api-reference/agents/list.md) - [Agents API Overview](https://docs.atthene.com/api-reference/agents/overview.md): Manage agent configurations with CRUD operations and validation - [Update Agent](https://docs.atthene.com/api-reference/agents/update.md) - [Validate Agent](https://docs.atthene.com/api-reference/agents/validate.md) - [Authentication](https://docs.atthene.com/api-reference/authentication.md): Learn how to authenticate your API requests to the Atthene Multi-Agent System - [Add File to Collection](https://docs.atthene.com/api-reference/collections/add-file.md) - [Collection Bulk Operations](https://docs.atthene.com/api-reference/collections/bulk-operations.md) - [Create Collection](https://docs.atthene.com/api-reference/collections/create.md) - [Delete Collection](https://docs.atthene.com/api-reference/collections/delete.md) - [Get Collection](https://docs.atthene.com/api-reference/collections/get.md) - [List Collections](https://docs.atthene.com/api-reference/collections/list.md) - [Collections API Overview](https://docs.atthene.com/api-reference/collections/overview.md): Organize files into collections for knowledge bases - [Remove File from Collection](https://docs.atthene.com/api-reference/collections/remove-file.md) - [Update Collection](https://docs.atthene.com/api-reference/collections/update.md) - [Bulk File Operations](https://docs.atthene.com/api-reference/files/bulk-operations.md) - [Delete File](https://docs.atthene.com/api-reference/files/delete.md) - [Get File](https://docs.atthene.com/api-reference/files/get.md) - [List Files](https://docs.atthene.com/api-reference/files/list.md) - [Files API Overview](https://docs.atthene.com/api-reference/files/overview.md): Upload and manage files for knowledge bases - [Upload File](https://docs.atthene.com/api-reference/files/upload.md) - [Upload Image](https://docs.atthene.com/api-reference/images/upload.md) - [Welcome](https://docs.atthene.com/api-reference/introduction.md): Complete reference documentation for the Atthene Multi-Agent System API - [Available Collections](https://docs.atthene.com/api-reference/knowledge-bases/available-collections.md) - [Check Knowledge Base Status](https://docs.atthene.com/api-reference/knowledge-bases/check-status.md) - [Create Knowledge Base](https://docs.atthene.com/api-reference/knowledge-bases/create.md) - [Delete Knowledge Base](https://docs.atthene.com/api-reference/knowledge-bases/delete.md) - [Get Knowledge Base](https://docs.atthene.com/api-reference/knowledge-bases/get.md) - [List Knowledge Bases](https://docs.atthene.com/api-reference/knowledge-bases/list.md) - [Knowledge Bases API Overview](https://docs.atthene.com/api-reference/knowledge-bases/overview.md): Create and manage knowledge bases for agent retrieval - [Update Knowledge Base](https://docs.atthene.com/api-reference/knowledge-bases/update.md) - [Execute Message](https://docs.atthene.com/api-reference/runtime/execute.md) - [Get Messages](https://docs.atthene.com/api-reference/runtime/messages.md) - [Runtime API Overview](https://docs.atthene.com/api-reference/runtime/overview.md): Execute messages and interact with agent sessions - [Session Status](https://docs.atthene.com/api-reference/runtime/status.md) - [Create Session](https://docs.atthene.com/api-reference/sessions/create.md) - [Create from Default Agent](https://docs.atthene.com/api-reference/sessions/default-agent.md) - [Delete All Sessions](https://docs.atthene.com/api-reference/sessions/delete-all.md) - [Delete Sessions from Agent](https://docs.atthene.com/api-reference/sessions/delete-from-agent.md) - [Give Message Feedback](https://docs.atthene.com/api-reference/sessions/feedback.md) - [Create Session from Agent](https://docs.atthene.com/api-reference/sessions/from-agent.md) - [Get Session](https://docs.atthene.com/api-reference/sessions/get.md) - [List Sessions](https://docs.atthene.com/api-reference/sessions/list.md) - [Sessions API Overview](https://docs.atthene.com/api-reference/sessions/overview.md): Create and manage agent sessions for conversations - [Conditional Edges](https://docs.atthene.com/documentation/advanced/conditional-edges.md): Implement dynamic routing and control flow in your multi-agent workflows based on agent outputs and state - [Memory System](https://docs.atthene.com/documentation/advanced/memory-system.md): Give your agents long-term memory to remember user preferences, learn from experience, and maintain context across conversations - [Multi-Agent Systems](https://docs.atthene.com/documentation/advanced/multi-agent-introduction.md): Build complex AI systems by coordinating multiple specialized agents - [Sequential Patterns](https://docs.atthene.com/documentation/advanced/sequential-patterns.md): Build multi-agent pipelines where agents execute in sequence and pass structured data between them - [Structured Output](https://docs.atthene.com/documentation/advanced/structured-output.md): Generate validated, structured data from your agents for seamless integration with databases, APIs, and downstream systems - [Supervisor Pattern](https://docs.atthene.com/documentation/advanced/supervisor-pattern.md): Coordinate multiple specialized agents using the supervisor architecture - [Variables](https://docs.atthene.com/documentation/advanced/variables-system.md): Learn more about using variables in AMAS - [Agent Capabilities](https://docs.atthene.com/documentation/agent_config/agent-capabilities.md): Explore tools, streaming, and other agent capabilities - [Knowledge Base Setup](https://docs.atthene.com/documentation/agent_config/knowledge-base-setup.md): Configure and connect knowledge bases to your agents - [Agent Types](https://docs.atthene.com/documentation/agent_config/types_config/agent-types.md): Understand different agent types and when to use each - [Available Models](https://docs.atthene.com/documentation/agent_config/types_config/model-selection.md): Learn how to select and configure LLM models in Atthene, including BYOK (Bring Your Own Key) and multimodal capabilities - [Prompt Configuration](https://docs.atthene.com/documentation/agent_config/types_config/prompt-configuration.md): Master prompt engineering in Atthene with dynamic context control, few-shot learning, and history management - [Connecting Your Agent](https://docs.atthene.com/documentation/getting-started/connecting-your-agent.md): Integrate agents via REST API, WebSocket, or embedded chatbot - [Quickstart](https://docs.atthene.com/documentation/getting-started/quickstart.md): Build and test your first agent - [Embedding Chatbot](https://docs.atthene.com/documentation/integration/chatbot-integration.md): Integrate your agents into chatbots and messaging platforms - [Custom tools](https://docs.atthene.com/documentation/integration/custom-tools.md) - [REST API](https://docs.atthene.com/documentation/integration/rest-api-tutorial.md): Complete guide to integrating AMAS agents into your applications via REST API - [Using Variables in REST API](https://docs.atthene.com/documentation/integration/variables-in-rest-api.md): Pass dynamic values to your agents via variables in REST API requests - [Known Issues & Limitations](https://docs.atthene.com/documentation/platform/known-issues.md): Current platform limitations, known bugs, and workarounds - [Release Notes](https://docs.atthene.com/documentation/platform/release-notes.md): Latest updates and improvements to Atthene Agents Studio - [Roadmap](https://docs.atthene.com/documentation/platform/roadmap.md): What we're building next and how you can shape it - [AI Config Generator](https://docs.atthene.com/documentation/studio/ai-config-generator.md): Create agent configurations in seconds by describing what you want in natural language - [Knowledge Base Management](https://docs.atthene.com/documentation/studio/knowledge-base.md): Connect data sources and build RAG systems for your agents - [Agent Management](https://docs.atthene.com/documentation/studio/my-agents.md): Manage, version, and deploy your saved agents - [Platform Overview](https://docs.atthene.com/documentation/studio/platform-overview.md): Navigate Atthene Agents Studio and understand the main interface - [Playground](https://docs.atthene.com/documentation/studio/playground.md): Build, test, and refine your agents in real-time - [Prompt Management](https://docs.atthene.com/documentation/studio/prompts.md): Create and organize your reusable prompts - [Settings](https://docs.atthene.com/documentation/studio/settings.md): Manage API keys and OAuth integrations - [Tool Management](https://docs.atthene.com/documentation/studio/tools.md): Configure capabilities for your agents like web search, code execution, and custom integrations - [YAML Configuration](https://docs.atthene.com/documentation/yaml-configuration.md): Learn how to configure your multi-agent systems using YAML - [Introduction](https://docs.atthene.com/index.md): Build, test, and deploy sophisticated multi-agent systems ## OpenAPI Specs - [openapi](https://docs.atthene.com/api-reference/openapi.json) ## Optional - [Atthene Website](https://atthene.ai) - [Atthene Agent Studio](https://amas.atthene.com)