Skip to main content

API keys

What are aiXplain API Keys?

There are two types of API keys:

  1. Admin API Keys
    Admin API keys are for configuring and monitor rate limits. These keys are solely for management and cannot be used for inference. Learn more in the How to configure model rate limiting guide.

  2. Member API Keys
    Member API Keys (or API Keys for short) allow you to call aiXplain assets and services outside of Studio. E.g. via the aiXplain SDK or HTTP requests. See examples below.

Manage API Keys

Create and delete API keys for any given team in its Integrations page.

The Integrations page

Access the Integrations page using the dropdown next to your name.

Docusaurus themed imageDocusaurus themed image

Creating an API Key

  1. Clicking the Create an access key button.
  2. Specify an API key name (Label), type (Type) and expiration duration (Active days).
Docusaurus themed imageDocusaurus themed image
  1. Copy and safely story your generated key.
Docusaurus themed imageDocusaurus themed image

Use (Member) API Keys

Set an API key as an environment variable when using the aiXplain SDK.
See more details in the Python and Swift quickstarts.

export AIXPLAIN_API_KEY="your_api_key_here"