# Blackbox Enterprise

> Guides Blackbox AI Enterprise features including team management, SSO/SAML configuration, role-based access control, model aliases, compliance (SOC2, HIPAA), usage monitoring, and enterprise deployment options. Activates when setting up teams, SSO, RBAC, or compliance.

- Skill: `webrenew/blackbox-enterprise` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add webrenew/blackbox-enterprise`
- Raw SKILL.md: https://api.skillmd.com/api/skills/webrenew/blackbox-enterprise/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: webrenew (https://skillmd.com/u/webrenew)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/webrenew/blackbox-enterprise

---


# Blackbox AI Enterprise

Blackbox AI Enterprise provides team management, SSO integration, compliance certifications, custom deployment options, and advanced access controls for organizations.

## When to Use This Skill

- Setting up Blackbox AI for a team or organization
- Configuring SSO with Okta, Azure AD, or Google Workspace
- Managing role-based access control (RBAC)
- Understanding SOC2, HIPAA, or other compliance features
- Monitoring team usage and costs
- Deploying Blackbox in private cloud or on-premise environments
- Configuring model aliases or routing policies

## Quick Start

### Access

- **Cloud Platform:** [cloud.blackbox.ai](https://cloud.blackbox.ai)
- **Enterprise Contact:** enterprise@blackbox.ai

### Create a Team

1. Log in to [cloud.blackbox.ai](https://cloud.blackbox.ai)
2. Navigate to Team Management
3. Create a new team
4. Invite members via email

## Core Concepts

### Team Management

- Unlimited team members with centralized dashboard
- Shared workspaces for team-based projects
- Automated user provisioning and de-provisioning
- Real-time activity feeds
- Developer productivity metrics

### Role-Based Access Control (RBAC)

| Role | Access Level |
|------|-------------|
| **Admin** | Full system access, billing, user management |
| **Manager** | Team and project oversight |
| **Developer** | Development tools and code access |
| **Viewer** | Read-only access |
| **Custom** | Configurable per-role permissions |

### SSO Integration

Supported identity providers:

| Provider | Protocol |
|----------|----------|
| Okta | SAML 2.0 |
| Azure AD / Microsoft Entra ID | SAML 2.0 |
| Google Workspace | SAML 2.0 |
| Active Directory / LDAP | LDAP |
| Custom | SAML 2.0 |

SCIM user provisioning is supported for automated user lifecycle management.

### Compliance & Security

| Certification | Details |
|--------------|---------|
| **SOC2 Type II** | Compliant with Zero-Data-Retention mode |
| **HIPAA** | Via private enclave processing |
| **TLS 1.3** | Encryption in transit |
| **AES-256** | Encryption at rest |
| **NVIDIA GPU Isolation** | Confidential computing |

**Audit Features:**
- Comprehensive audit logging
- Security incident tracking
- Custom compliance reports
- SIEM integration (Splunk, Datadog)
- DLP tools integration

### Model Access & Routing

- Access to 300+ AI models from all major providers
- **Chairman LLM** — Internal routing layer comparing outputs
- Dynamic model selection optimizing for accuracy, speed, and cost
- **k-agents** — Multiple coding agents simultaneously on same repo
- **Model aliases** — Custom naming for organization-specific model configurations

### Usage Monitoring

- Cost per team/project analysis
- ROI measurement
- Developer productivity metrics
- Feature adoption tracking
- Task duration metrics
- Model usage identification
- Real-time activity feeds

## Deployment Options

| Option | Description |
|--------|-------------|
| **Cloud SaaS** | Multi-region, auto-scaling |
| **Private Cloud** | Single-tenant, dedicated resources |
| **On-Premise** | Kubernetes 1.24+, 32GB RAM minimum, air-gapped capable |
| **Hybrid** | Unified management across environments |

## Pricing Tiers

| Plan | Response Time | Support | Uptime SLA |
|------|--------------|---------|------------|
| **Business** | 4-hour critical | Business hours | 99.5% |
| **Premium** | 1-hour critical | 24/7 | 99.9% |
| **Enterprise** | 30-minute critical | Dedicated TAM | 99.95% |

**Volume Discounts:**
- 10% off for 100-500 users
- 20% off for 500-1,000 users
- Custom pricing for 1,000+ users

## Common Patterns

### SSO Setup

```
1. Navigate to Enterprise Settings → Authentication
2. Select your identity provider (Okta, Azure AD, etc.)
3. Configure SAML 2.0 settings
4. Set up domain verification
5. Enable SCIM for user provisioning
6. Test with a pilot group before rolling out
```

### Team Onboarding

```
1. Create team workspace
2. Configure RBAC roles
3. Set up SSO
4. Define model access policies
5. Create shared skills in .blackbox/skills/
6. Invite team members
7. Monitor adoption via usage dashboard
```

## Troubleshooting

| Issue | Fix |
|-------|-----|
| SSO login fails | Verify SAML configuration and certificate |
| User not provisioned | Check SCIM connector status |
| Model access denied | Verify user role has model permissions |
| Usage data missing | Allow 24 hours for analytics to populate |

## References

- See `references/enterprise-features.md` for detailed enterprise configuration

