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:
- Open the Enterprise section in the BLACKBOX AI dashboard.
- Click Create Organisation.
- Enter your organisation name and confirm.

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:
- Inside the organisation view, click Create Key.
- Give the key a descriptive name.
- Copy the generated key and store it securely — it is shown only once.

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:
- Go to the Members section of your organisation.
- Enter the email address of the person you want to invite.
- Assign the credits they should receive.
- Click Invite.

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:
- Sign in to the BLACKBOX AI dashboard with your work email.
- Click Join Organisation next to the organisation you were invited to.

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/completionsReplace 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.