Skip to main content

Authentication

All /v1 requests require an nOps API key in the Authorization header:

Creating keys

  1. Sign in to nOps as an organization admin on Inform + Operate.
  2. Open Settings → Security → API Keys.
  3. Create a key and assign the permissions your integration needs.
  4. Copy the key when shown — it is only displayed once.

Security rules

  • Keys are never accepted in query parameters.
  • Session cookies are not used on /v1 — header-only auth.
  • Keys are scoped to your nOps organization and cannot be used across tenants.

Scopes

When creating an API key, assign the permissions your integration needs in Settings → Security → API Keys. mcp:read and mcp:write gate the Clara MCP agent surface; they do not authorize API-key /v1 calls — use the granular scopes above for programmatic API access.