> ## 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="https://mintcdn.com/ateve-f09deb12/eJaM0VUjAaCDNRAz/images/overview/search.svg?fit=max&auto=format&n=eJaM0VUjAaCDNRAz&q=85&s=7fa73f1c078a20e3558d9e2e06cb88fe" href="/api-reference/search" arrow={false} width="20" height="20" data-path="images/overview/search.svg">
        Explore the full Claude API and client SDK documentation.
      </Card>

      <Card title="Integration in agents" icon="https://mintcdn.com/ateve-f09deb12/eJaM0VUjAaCDNRAz/images/overview/integration.svg?fit=max&auto=format&n=eJaM0VUjAaCDNRAz&q=85&s=11ab1bdc54229e2b2e10663e7c74555d" href="/get-started/agent-skills" arrow={false} width="17" height="17" data-path="images/overview/integration.svg">
        Understand how to setup guide for AI agents and the developers who build them.
      </Card>

      <Card title="Playground" icon="https://mintcdn.com/ateve-f09deb12/eJaM0VUjAaCDNRAz/images/overview/play.svg?fit=max&auto=format&n=eJaM0VUjAaCDNRAz&q=85&s=80b8d07386db8b2b2bbf35b0e2b444c6" href="/api-reference/search" arrow={false} width="24" height="24" data-path="images/overview/play.svg">
        Try the Ateve API interactively.
      </Card>

      <Card title="Cookbook" icon="https://mintcdn.com/ateve-f09deb12/eJaM0VUjAaCDNRAz/images/overview/book.svg?fit=max&auto=format&n=eJaM0VUjAaCDNRAz&q=85&s=9c6762e5f1d2d5bc0c4b73a8b4822f5c" href="/get-started/quickstart" arrow={false} width="24" height="24" data-path="images/overview/book.svg">
        Open-source collection of examples and guides
      </Card>

      <Card title="What’s new" icon="https://mintcdn.com/ateve-f09deb12/eJaM0VUjAaCDNRAz/images/overview/whats-new.svg?fit=max&auto=format&n=eJaM0VUjAaCDNRAz&q=85&s=06d78860f9e02d94e030a6c683b88f3a" href="/changelog" arrow={false} width="24" height="24" data-path="images/overview/whats-new.svg">
        Latestest features and updates
      </Card>
    </Columns>
  </section>
</div>
