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

# Introduction

> Give your agents a body. One key to connect your agents to social data, search intelligence, documents, web content, and text operations.

All API requests use the production base URL:

```text theme={null}
https://api.agentbody.io
```

<CardGroup cols={2}>
  <Card title="Get API key" icon="key" href="https://agentbody.io/console/keys">
    Create and manage an API key in the AgentBody Console.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated Gateway API request.
  </Card>

  <Card title="Authentication" icon="shield-check" href="/authentication">
    Secure API keys in a trusted server-side environment.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Browse the generated OpenAPI documentation.
  </Card>
</CardGroup>

## APIs for agents

<CardGroup cols={3}>
  <Card title="Web Scraping APIs" icon="globe" href="/api-reference/introduction">
    Readable web content.
  </Card>

  <Card title="Social Media APIs" icon="users" href="/api-reference/introduction">
    Public social data across supported platforms.
  </Card>

  <Card title="SEO APIs" icon="magnifying-glass" href="/api-reference/introduction">
    Keyword demand, trends, backlinks, SERPs, and ranked keywords.
  </Card>

  <Card title="AI Humanizer & Bypass" icon="sparkles" href="/api-reference/introduction">
    Natural rewriting.
  </Card>

  <Card title="Document APIs" icon="file-text" href="/api-reference/introduction">
    HTTPS to Markdown.
  </Card>
</CardGroup>
