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

# Overview

> Manage models and deployments with the Baseten Management API.

Use the Management API to manage models, deployments, environments, secrets, and other workspace resources.

The complete OpenAPI specification is available at [api.baseten.co/v1/spec](https://api.baseten.co/v1/spec). Use it to generate API clients or inspect the API schema.

## Authentication

Send your Baseten API key as a bearer token:

```http theme={"system"}
Authorization: Bearer $BASETEN_API_KEY
```

Create and manage API keys from your [workspace settings](https://app.baseten.co/settings/api_keys).

## Rate limits

Management API requests are rate limited per API key. See [Rate limits](/reference/management-api/rate-limits) for endpoint limits and guidance for handling `429` responses.

## Guides

* [Create a model with the REST API](/examples/create-a-model-with-rest)
* [Manage deployments](/deployment/manage/overview)
* [Training API overview](/reference/training-api/overview)
* [Frontier Gateway overview](/frontier-gateway/overview)
* [Activity log](/organization/audit-logs), queryable through the audit log endpoints

## API reference

Browse the endpoint groups in the sidebar. Each endpoint renders from Baseten's hosted OpenAPI specification.
