Skip to main content
The Enterprise API provides REST endpoints for account management, organization administration, billing, and API key management. These are separate from the Chat Completions API, which handles model inference.

Base URL

Authentication

All endpoints require a Bearer token in the Authorization header:
Use the same API key or account auth token described in the public API reference.

Quick Example


Users

Manage user accounts, accept terms, check balances, view usage, and configure payment methods.

Payments and Credits

Billing Configuration


Organizations

Create and manage organizations. Organization admins can configure remote settings, manage members, and control billing.

Organization Members

Manage who has access to the organization and what role they hold.
For a walkthrough of member management in the UI, see Managing Members.

Organization Invites

Invite new members to join your organization.

Organization Balance and Payments

Manage credits and payments at the organization level. These mirror the user-level payment endpoints but operate on the organization’s account.

Organization Plans

Subscribe to, upgrade, or cancel plans. Manage seat counts for your team.

Organization Usage

Track token consumption and costs across your organization.
For dashboards and monitoring, see Monitoring Overview and Telemetry.

API Keys

Create and manage API keys for programmatic access. Keys created here work with both the Chat Completions API and the endpoints on this page.

Chat Completions API

The public inference API for sending prompts and receiving completions.

SSO Setup

Configure single sign-on for your organization.

Managing Members

Add, remove, and manage member roles in the UI.

Monitoring

Track usage, costs, and telemetry across your organization.