# API Overview

Complete REST API documentation for AgenticFlow platform integration.

## 🚀 **Getting Started**

* [**Authentication**](/developers/authentication.md) - API keys and OAuth setup
* [**Rate Limits**](https://github.com/PixelML/agenticflow-docs/blob/main/docs/09-developers/api/rate-limits.md) - Usage limits and best practices
* [**Examples**](https://github.com/PixelML/agenticflow-docs/blob/main/docs/09-developers/api/examples/README.md) - Request examples

## 📋 **API Endpoints**

* [**Agents API**](https://github.com/PixelML/agenticflow-docs/blob/main/docs/09-developers/api/endpoints/agents.md) - Create and manage AI agents
* [**Workflows API**](https://github.com/PixelML/agenticflow-docs/blob/main/docs/09-developers/api/endpoints/workflows.md) - Execute and monitor workflows
* [**API Endpoints**](https://github.com/PixelML/agenticflow-docs/blob/main/docs/09-developers/api/endpoints/README.md) - Endpoint index

## 📋 **Coming Soon**

Complete API documentation is being developed as part of our comprehensive documentation update.

**Developer support?** Join our [Discord Community](https://qra.ai/discord)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.agenticflow.ai/developers/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
