Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Features
SEC API ships enterprise-grade infrastructure from the first request. Audit logging, entitlement reporting, key rotation, and multi-seat organizations are built into the platform today. Enterprise SSO is handled through the enterprise rollout path.Authentication
API keys are the primary authentication method for all plans. Org-scoped credentials are issued throughPOST /v1/api_keys and used via the x-api-key header. See Auth, Billing, and First Utility for the full model.
Hosted MCP clients use WorkOS OAuth discovery through api.secapi.ai. OAuth discovery endpoints are published at /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server. This is the only WorkOS integration today.
Enterprise SSO
OAuth/SSO via WorkOS supports enterprise rollout planning for customers who require corporate-IdP-backed human login. Contact the SEC API team to discuss SAML or OIDC federation requirements for Okta, Microsoft Entra ID, Google Workspace, or another identity provider.Audit Logs
Every API request generates a traceable event chain. SEC API provides multiple APIs 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.
Entitlement Reporting
Billing state, usage, and plan limits are always available through the API. Use these endpoints to build organization dashboards or enforce organizational spend policies.Billing snapshot
Usage summary
Plan limits
Budget controls
Set spend caps and alert thresholds to prevent runaway costs: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 read and write scopes
- 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
SEC API 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 |
| Entitlements | GET /v1/billing, GET /v1/usage, GET /v1/limits, GET /v1/billing/rates |
| 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
Webhook Delivery SLA
99.9% delivery guarantee, retry policy, and replay support.
Plans and Pricing
Full plan comparison including Commercial licensing.