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

# Introduction

> Welcome to Headless Agents

***

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/headlessagents/images/bg_favicon_dark.png" alt="Hero Light" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/headlessagents/images/bg_favicon_dark.png" alt="Hero Dark" />

## Welcome to Headless Agents

Headless Agents is a powerful platform that allows AI agents to be deployed anywhere.

***

## Why use Headless Agents?

* **Platform agnostic deployment**: No matter where your agent is built, it can be deployed to Headless Agents, enabling it to be called from any device or platform.
* **Request schema abstraction**: Pre-configure your agent's request parsing, allowing users to call your agent with a simple string instead of a rigid, custom JSON schema.
* **Context management**: Let users manage conversation context with built-in context management IDs.
* **Consolidated authentication, permissioning, and analytics**: Maintain control over your agent's usage and performance with Headless Agents' authentication, permissioning, and analytics features.

***

## What does Headless Agents enable?

<CardGroup cols={2}>
  <Card title="New Agentic Products" icon="robot">
    Build new agentic products for users to use, deployed and managed seamlessly on Headless Agents.
  </Card>

  <Card title="Agent to Agent Collaboration" icon="users">
    Becasue request schemas are pre-configured your agents can communicate with each other in a language they both understand.
  </Card>

  <Card title="Enhanced Multi-Agent Systems" icon="network-wired">
    Import domain-specific third-party agents into your systems to enhance your agent's capabilities.
  </Card>

  <Card title="Scalability and Business Growth" icon="arrow-trend-up">
    By making your agent the domain-specific expert on any platform, your product can become the go-to solution for your users and their agents.
  </Card>
</CardGroup>

***

## Next Steps

Ready to start building? Here are some helpful resources:

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get started with Headless Agents in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our API endpoints and integrate AI agents into your applications
  </Card>
</CardGroup>
