Attevera API

REST API for the AI Act readiness platform. Requests require a key from Settings → API Keys.

Agent-populated register

Point your AI coding assistant at this spec and let it register your systems from your codebase.

  1. 01  Create an API key in Settings → API Keys and export it locally.
  2. 02  Open Claude, Cursor, or Codex in your repo and share the link /api/v1/openapi.json.
  3. 03  Prompt it to scan the repo for AI-model calls and POST each to /api/v1/systems.

Sample prompt

Scan src/ for model calls to OpenAI, Anthropic, Bedrock, Cohere, HF.
For each, POST /api/v1/systems with name, vendor, model,
purpose inferred from surrounding code, deployer_role=deployer.
Skip dev-only mocks and tests. Stop and ask when unclear.

The agent populates inventory — vendor, model, purpose, deployer role. You still classify risk tier, assign controls, attach evidence, and sign off. That boundary is deliberate.

Requests sent from this page use your own API key against your own organization's data. Treat any action here as you would running it in a terminal against production.