All requests to the Indic8 REST and WebSocket APIs must include a valid Workspace API key passed via the standard Authorization header.
API keys are issued with environment prefixes:
ind_live_...: Production environment keys with live financial ledgers.
ind_test_...: Sandbox environment keys for testing webhooks and integration mocks.
Example Request
Creating & Rotating API Keys
- Navigate to Settings > API Keys in your Indic8 dashboard.
- Click Create API Key.
- Select the key’s environment (
Production or Test) and scope (Read-only or Full Ingress).
- Copy the secret key immediately. Indic8 will only display the unmasked key once.
Never commit your ind_live_ secret keys into client-side code repositories or public frontend bundles.