Enterprise

Manage teams, API keys, and billing through a dedicated enterprise dashboard.

BLACKBOX AI Enterprise gives organizations a centralized workspace to create API keys, distribute credits, and collaborate across teams. This guide covers how to create an organisation and how to join an existing organisation as a team member.

Enterprise features require an active Enterprise plan. Contact the BLACKBOX AI sales team if you need to upgrade your account.

Create an Organisation

An organisation is the top-level workspace for your enterprise account. All API keys, credits, and team members belong to the organisation. Follow the steps below to create and configure your organisation.

1. Create the Organisation

To create an organisation:

  1. Open the Enterprise section in the BLACKBOX AI dashboard.
  2. Click Create Organisation.
  3. Enter your organisation name and confirm.
Create Organisation button in the dashboard

Once created, the organisation appears in the context switcher at the top of the dashboard, and you can start issuing keys and inviting members.

2. Create an API Key

API keys are used to authenticate requests to the enterprise endpoints. Each key is tied to the organisation and shares the organisation's credits.

To create a key:

  1. Inside the organisation view, click Create Key.
  2. Give the key a descriptive name.
  3. Copy the generated key and store it securely — it is shown only once.
Create API Key button in the empty keys state

Use separate keys for different environments (e.g., production, staging, development) so you can rotate or revoke them independently.

3. Invite Team Members

Invite colleagues to join the organisation and share credits. Each member can use the organisation's API keys and credits according to the permissions you set.

To invite a member:

  1. Go to the Members section of your organisation.
  2. Enter the email address of the person you want to invite.
  3. Assign the credits they should receive.
  4. Click Invite.
Invite members form with email and credits fields

Invited members will receive an email with instructions to join the organisation. You can manage or remove members at any time from the same screen.

Join an Organisation

If you receive an invitation to an organisation, you can join it directly from the BLACKBOX AI dashboard. You must use an email address that shares the same domain as the organisation.

To join an organisation:

  1. Sign in to the BLACKBOX AI dashboard with your work email.
  2. Click Join Organisation next to the organisation you were invited to.
Join Organisation button in the dashboard

After joining, you can switch to the organisation context and start using the shared API keys and credits. If you do not see the join option, confirm that your account email matches the organisation's domain.

Organisation invitations are domain-restricted. Only users with an email address matching the organisation's domain can join.

Next Steps

After setting up your organisation or joining one, you can start making requests to the enterprise API:

# Enterprise endpoint
https://enterprise.blackbox.ai/chat/completions

Replace api.blackbox.ai with enterprise.blackbox.ai in any existing BLACKBOX AI integration, and use an organisation API key for authentication.

Your enterprise workspace is ready. Review the API Reference for available endpoints and parameters.