---
title: "API Reference"
description: "Browse all 55 Admin operations and seven Gateway methods generated from the accepted OpenAPI contracts."
---

> Documentation Index
> Fetch the complete documentation index at: https://nexus.microvoid.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

The two accepted OpenAPI documents are the only API facts for this section. The build publishes **61 operation pages** and fails if a source contract, generated page, SDK mapping, or downloadable specification is stale.

- [Admin API — 55 operations](/api-reference/admin)
- [Gateway contract and seven generated methods](/api-reference/gateway)
- <a href="https://docs.nexus.example/api/openapi/admin.openapi.json" download>
    Download Admin OpenAPI
  </a>
- <a href="https://docs.nexus.example/api/openapi/gateway.openapi.json" download>
    Download Gateway OpenAPI
  </a>

> **No request execution**
>
> Reference examples are copyable but never execute in the browser. This site does not persist a Management Key or
> Inference Key and does not include a production API explorer.

## Choose the correct plane

| Plane       | Credential     | Purpose                                                                        |
| ----------- | -------------- | ------------------------------------------------------------------------------ |
| Admin API   | Management Key | Configure Workspaces, capacity, plans, access, keys, usage views, and billing. |
| Gateway API | Inference Key  | Send provider-compatible requests through one explicit ProviderConnection.     |

The credentials are not interchangeable. The Management SDK wraps only the Admin API; provider SDKs and agents call the Gateway directly.

Source: https://nexus.microvoid.io/api-reference/index.mdx
