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

# Agent-first development

> Enhance your agent with world-class research abilities.

export const companyName = 'Agent First';

Rather than recycling legacy tools, **{companyName}** makes native services for AI agents that
extend their functionality and accelerate their development. See the topics below to start
integrating our search, AI, and browsing API features into your agent.

## Core API

<Columns cols={3}>
  <Card title="Search" icon="magnifying-glass" href="endpoints/search">
    Extract top real-time search results.
  </Card>

  <Card title="AI chat" icon="message" href="endpoints/ai">
    Generate popular LLM completions.
  </Card>

  <Card title="Browsing" icon="browser" href="endpoints/browser">
    Unblock difficult-to-crawl websites.
  </Card>
</Columns>

## Shared options

<Columns>
  <Card title="Geotargeting" icon="earth-americas" href="endpoints/geotargeting">
    Make requests from anywhere.
  </Card>

  <Card title="Scheduling" icon="clock" href="endpoints/scheduling">
    Defer responses for later retrieval.
  </Card>
</Columns>

## API management

<Columns>
  <Card title="Reporting" icon="chart-line" href="endpoints/usage">
    Track API usage and performance.
  </Card>

  <Card title="Pricing" icon="credit-card" href="endpoints/pricing">
    Understand API credits and billing.
  </Card>
</Columns>
