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

# Overview

> Models inference API, Agents runtimes, projects, and authentication

Ageneral is a platform for **hosted model inference** and **managed agents**.

Use it to:

* **Call Models** — Send OpenAI-compatible requests to **`https://models.ageneral.ai`** using **`provider/model`** ids backed by your **project** configuration.
* **Run agents** — Create **agents** with connectors, secrets, channels, and optional **OpenClaw** automation tied to your **project**.
* **Organize access** — Group **members**, **keys**, and **budgets** under **projects** on **`https://ageneral.ai`**.

Creating an **agent** is optional. **Models** works with **virtual keys** alone.

## Quickstart

<Card icon="rocket" horizontal href="/quickstart" title="Quickstart">
  Install paths for the Models API, agents, projects, and the VS Code extension.
</Card>

## Guides

<Columns cols={2}>
  <Card icon="brain-circuit" href="/models" title="Models">
    Endpoints, identifiers, authentication, catalog, usage, and billing.
  </Card>

  <Card icon="bot" href="/agents" title="Agents">
    Agents, OpenClaw, channels, connectors, secrets, and cron.
  </Card>

  <Card icon="folder-kanban" href="/projects" title="Projects">
    Members, keys, budgets, and console APIs.
  </Card>

  <Card icon="key-round" href="/authentication" title="Authentication">
    Console sign-in, session tokens, virtual keys, and Models credentials.
  </Card>
</Columns>

## Resources

<Columns cols={2}>
  <Card icon="badge-dollar-sign" href="https://ageneral.ai/models" title="Models pricing">
    Catalog and rates on ageneral.ai.
  </Card>

  <Card icon="life-buoy" href="/guides/resources/troubleshooting" title="Troubleshooting">
    Common HTTP errors and checks.
  </Card>
</Columns>
