Enterprise Features
Omni Datastream ships enterprise-grade infrastructure from the first request. SSO, audit logging, entitlement reporting, key rotation, and multi-seat organizations are not add-ons — they are built into the platform and available on the appropriate plan tier.SSO via WorkOS
All authentication is handled through WorkOS. Human access to the dashboard uses WorkOS-hosted login with bearer tokens. MCP access uses WorkOS OAuth discovery throughapi.secapi.ai.
- WorkOS manages user identity, session tokens, and organization membership
- OAuth discovery endpoints are published at
/.well-known/oauth-protected-resourceand/.well-known/oauth-authorization-server - API keys are org-scoped credentials issued through
POST /v1/api_keysand used via thex-api-keyheader - SSO is available on all plans — there is no separate SSO add-on
Enterprise SSO configuration
For teams requiring SAML or OIDC federation with a corporate identity provider, WorkOS supports connecting to Okta, Azure AD, Google Workspace, and other SAML 2.0 / OIDC providers. Contact the Omni Datastream team to configure a custom SSO connection for your organization.Audit Logs
Every API request generates a traceable event chain. Omni Datastream provides multiple surfaces for inspecting activity after the fact.Request diagnostics
Drill into a single request by itsRequest-Id:
Delivery summary
Aggregate webhook and stream delivery activity over a time window:Event export
Export the full event log in JSON or NDJSON for ingestion into external SIEM, log aggregation, or compliance tooling:kind, type, requestId, since, limit, format (json or ndjson). See Event Export for details.
Observability export
Bundle observability config, usage summary, billing health, and recent events into a single response for support or pre-production validation:Entitlement Reporting
Billing state, usage, and plan limits are always available through the API. Use these endpoints to build internal dashboards or enforce organizational spend policies.Billing snapshot
Usage summary
Plan limits
Budget controls
Set spend caps and alert thresholds to prevent runaway costs:Dashboard overview
A single call that bundles organization, billing, usage, and API key data for dashboard rendering:Key Rotation
Webhook signing secrets can be rotated without downtime. The old secret is invalidated immediately and a new secret is returned in the response.signingSecret. Update your verification logic before the next delivery arrives.
API keys can be revoked and re-created through DELETE /v1/api_keys/:keyId and POST /v1/api_keys.
Multi-Seat Organizations
The Team plan ($239/mo or $2,388/yr) supports up to five seats within a shared organization. All seats share:
- org-scoped API keys with configurable scopes (
read:sec,write:sec,admin:operator) - a unified billing context with shared spend caps and budget alerts
- shared webhook endpoints, stream subscriptions, and event history
- a single billing relationship through Stripe
API key management
Each plan tier has a key limit. Team plans include more keys than Personal or PAYG:SLA Guarantees
Omni Datastream provides a 99.9% webhook delivery guarantee with HMAC-SHA256 signed payloads, exponential-backoff retries over a 72-hour window, and manual replay support. See Webhook Delivery SLA for the full SLA terms, retry schedule, and monitoring guidance.Commercial Licensing
The Commercial plan (from$18,000/yr) is required for redistribution, embedding, white-label, and resale use cases. It includes:
- redistribution and external commercial rights
- contract-based invoicing
- dedicated onboarding support
- custom throughput and rate limit configuration
Enterprise endpoints summary
| Category | Endpoints |
|---|---|
| Auth | GET /v1/me, GET /v1/org, POST /v1/api_keys, DELETE /v1/api_keys/:keyId |
| Audit | GET /v1/diagnostics/requests/:requestId, GET /v1/diagnostics/deliveries/summary, GET /v1/events, GET /v1/events/export |
| Observability | GET /v1/observability, GET /v1/observability/export |
| Entitlements | GET /v1/billing, GET /v1/usage, GET /v1/limits, GET /v1/billing/rates, GET /v1/dashboard/overview |
| Budget | PUT /v1/billing/budget, POST /v1/billing/quote |
| Key rotation | POST /v1/webhook_endpoints/:webhookId/rotate_secret |
| Checkout | POST /v1/billing/checkout, POST /v1/billing/portal |
Read next
Audit Logs
Detailed reference for all audit log and event export endpoints.
Webhook Delivery SLA
99.9% delivery guarantee, retry policy, and replay support.
Plans and Pricing
Full plan comparison including Commercial licensing.