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

# Introduction

> Overview of the Augment External API v1

The Augment External API is a public, read-only REST API for company and
offering data on the Augment platform. It is versioned as **v1**
(`info.version: 1.0.0` across every spec that makes up this API).

## Base URL

```
https://developer.augment.market
```

All endpoints below are relative to this host.

## Endpoints

The v1 surface exposes exactly five endpoints:

| Method | Path                              | Description                      |
| ------ | --------------------------------- | -------------------------------- |
| `GET`  | `/api/v1/health`                  | Liveness probe (unauthenticated) |
| `GET`  | `/api/v1/companies`               | List companies                   |
| `GET`  | `/api/v1/companies/{company_id}`  | Get a single company             |
| `GET`  | `/api/v1/offerings`               | List offerings                   |
| `GET`  | `/api/v1/offerings/{offering_id}` | Get a single offering            |

See the **API Reference** tab for full request/response schemas, or jump to
[Authentication](/authentication), [Rate limits](/rate-limits),
[Pagination](/pagination), and [Errors](/errors) for the details every
integration needs.

## Getting an API key

API keys are not self-served today. To get a key, contact Augment directly —
keys are minted out of band by the Augment team and issued to you along with
the usage tier (`standard` or `throttled`) it is assigned to. See
[Rate limits](/rate-limits) for what each tier means.
