Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blackbox.dasha.ai/llms.txt

Use this file to discover all available pages before exploring further.

Manage your workspace settings and team access. Invite developers, assign roles, and manage API keys — all from the Settings page. Prerequisites: Admin role in your Dasha BlackBox organization.

Access settings

Go to Settings in your dashboard sidebar to access account configuration.

Roles and permissions

Dasha BlackBox has two roles:
RolePermissions
AdminFull access including user management and organization settings
DeveloperCreate agents, schedule calls, manage API keys — cannot manage users
The key difference: Developers cannot invite, remove, or manage other users. All other features are available to both roles.

Invite team members

1

Open user settings

Go to SettingsUsers & Permissions
2

Send invitation

Click Invite User, enter email, and select role (Admin or Developer)
3

User accepts

The invited user receives an email and signs in with Google SSO
Removing a user doesn’t delete their work. Agents and calls they created remain in the organization.

Authentication

Dasha BlackBox uses Google SSO for authentication. All users sign in through their Google account via Dasha.AI’s authentication service.
  • No separate password to manage
  • Secure OAuth 2.0 authentication
  • Single sign-on across Dasha products

API keys

Generate API keys to authenticate API requests:
1

Open API settings

Go to SettingsAPI Keys
2

Create key

Click Create API Key and give it a descriptive name
3

Copy and store

Copy the key immediately — it won’t be shown again
Store API keys securely. Never commit them to version control or share them publicly.

Using API keys

Include the API key in the Authorization header:
curl -X GET "https://blackbox.dasha.ai/api/v1/agents" \
  -H "Authorization: Bearer YOUR_API_KEY"

Troubleshooting

ProblemSolution
Can’t access settingsVerify you have Admin role
Can’t invite usersOnly Admins can invite. Developers don’t see the option
Invitation not receivedCheck spam folder, verify email address, resend from dashboard
Can’t sign inEnsure you’re using the correct Google account