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

# Overview

> Take your first steps with the Ateve API and state-of-the-art web search.

<div className="ateve-overview">
  <section className="ateve-quickstart" aria-labelledby="developers-quickstart">
    <Columns cols={2}>
      <Column>
        <div className="ateve-quickstart-copy">
          <div>
            <h2 id="developers-quickstart">Developers quickstart</h2>
            <p>Make your first API request in minutes. Learn the basics of the Ateve platform.</p>
          </div>

          <div className="ateve-quickstart-actions">
            <a className="ateve-button ateve-button-primary" href="/get-started/quickstart">Get started</a>
            <a className="ateve-button ateve-button-secondary" href="https://ateve.ai/keys">Create API key</a>
          </div>
        </div>
      </Column>

      <Column>
        <div className="ateve-installation">
          <span className="ateve-installation-label">Installation</span>

          <Tabs sync={false}>
            <Tab title="Python" icon="python" iconType="brands">
              ```bash theme={null}
              pip install ateve
              ```
            </Tab>

            <Tab title="JavaScript" icon="js" iconType="brands">
              ```bash theme={null}
              npm install ateve
              ```
            </Tab>
          </Tabs>
        </div>
      </Column>
    </Columns>
  </section>

  <section className="ateve-overview-section ateve-build-cards" aria-labelledby="build-paths">
    <h2 id="build-paths">Build paths</h2>

    <Columns cols={3}>
      <Card title="SDKs" href="/get-started/sdks" cta="Start with SDKs" arrow={false}>
        Build Ateve into an application, backend, or agent runtime that calls it in production.
      </Card>

      <Card title="MCP" href="/get-started/mcp" cta="Start with MCP" arrow={false}>
        Connect Ateve to a shared agent workflow in Cursor, Claude Code, Codex, or any MCP-compatible
        client.
      </Card>

      <Card title="CLI + Skills" href="/get-started/agent-skills" cta="Start with Skills" arrow={false}>
        Add Ateve to a local coding or research session for one developer, without a team-wide
        rollout.
      </Card>
    </Columns>
  </section>

  <section className="ateve-overview-section ateve-resource-cards" aria-labelledby="developer-resources">
    <h2 id="developer-resources">Developers’ resources</h2>

    <Columns cols={3}>
      <Card title="API reference" icon="magnifying-glass" href="/api-reference/search" arrow={false}>
        Explore the full Claude API and client SDK documentation.
      </Card>

      <Card title="Integration in agents" icon="shapes" href="/get-started/agent-skills" arrow={false}>
        Understand how to setup guide for AI agents and the developers who build them.
      </Card>

      <Card title="Playground" icon="play" href="/api-reference/search" arrow={false}>
        Try the Ateve API interactively.
      </Card>

      <Card title="Cookbook" icon="book-open" href="/get-started/quickstart" arrow={false}>
        Open-source collection of examples and guides
      </Card>

      <Card title="What’s new" icon="sparkles" href="/changelog" arrow={false}>
        Latestest features and updates
      </Card>
    </Columns>
  </section>
</div>
