Back to docs overview

Authentication

Tokens, headers, and tenant context for reliable API calls.

Authentication Modes

Agentic360 supports internal IAM OIDC access tokens and API keys for partner integrations.

Required Headers

For traceable requests, always include auth, tenant, and correlation headers.

Authorization: Bearer <ACCESS_TOKEN>
X-Tenant-ID: <TENANT_ID>
X-Correlation-ID: req-2026-001

Common Failure Modes

401 usually indicates token/scope issues, 403 indicates missing role or tenant mapping.