Authentication
All/v1 requests require an nOps API key in the Authorization header:
Creating keys
- Sign in to nOps as an organization admin on Inform + Operate.
- Open Settings → Security → API Keys.
- Create a key and assign the permissions your integration needs.
- 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.