---
title: API Keys API
description: "Use the AI Inbx api keys API. Browse endpoints, request parameters, response schemas, and code examples for your integration."
sidebar:
  label: Overview
---

{/* Generated by scripts/openapi.ts from the shared API contract. */}

Create and delete credentials for API access.

## Endpoints

| Method | Operation | Path |
| --- | --- | --- |
| `GET` | [List API keys](/api/endpoints/api-keys/list-api-keys) | `/api-keys` |
| `POST` | [Create an API key](/api/endpoints/api-keys/create-api-key) | `/api-keys` |
| `DELETE` | [Delete an API key](/api/endpoints/api-keys/delete-api-key) | `/api-keys/{key_id}` |

## Request essentials [#request-essentials]

Use `https://api.aiinbx.com/api/v2` as the base URL and send your API key in `Authorization: Bearer <key>`. Keep credentials on your server.

See [Authentication](/authentication) for scopes, [Conventions](/reference/conventions) for pagination and idempotency, and [Errors](/reference/errors) for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.
