> ## Documentation Index
> Fetch the complete documentation index at: https://resources.athenaintel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

The API Reference documentation provides complete technical specifications for Athena's REST API endpoints. This comprehensive reference enables developers to integrate Athena's capabilities into any application or platform that can make HTTP requests, regardless of programming language or framework.

The API is organized into logical categories covering all of Athena's core functionality:

* **Agents** - Invoke AI agents for conversational interactions and task execution
* **AOP** - Execute Agent Operating Procedures for complex workflows
* **Assets** - Manage workspace files, folders, and asset content
* **Query** - Execute SQL queries and retrieve tabular data
* **Threads** - Track and manage asynchronous execution threads
* **Tools** - Access specialized tools for data extraction, web scraping, and more

Each API endpoint is documented with authentication requirements, request parameters, response formats, and example requests. The reference includes both API key and Bearer token authentication methods, making it easy to integrate Athena into your existing systems, build custom workflows, or create entirely new applications powered by Athena's AI capabilities.

<CardGroup cols={2}>
  <Card title="Agents" icon="robot" href="https://docs.athenaintel.com/api-reference/agents">
    Invoke AI agents for conversational interactions and task execution
  </Card>

  <Card title="AOP" icon="file" href="https://docs.athenaintel.com/api-reference/aop">
    Execute Agent Operating Procedures for complex workflows
  </Card>

  <Card title="Assets" icon="folder" href="https://docs.athenaintel.com/api-reference/assets">
    Manage workspace files, folders, and asset content
  </Card>

  <Card title="Query" icon="database" href="https://docs.athenaintel.com/api-reference/query">
    Execute SQL queries and retrieve tabular data
  </Card>

  <Card title="Threads" icon="list" href="https://docs.athenaintel.com/api-reference/threads">
    Track and manage asynchronous execution threads
  </Card>

  <Card title="Tools" icon="wrench" href="https://docs.athenaintel.com/api-reference/tools">
    Access specialized tools for data extraction, web scraping, and more
  </Card>
</CardGroup>
