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.
- 01 Create an API key in Settings → API Keys and export it locally.
- 02 Open Claude, Cursor, or Codex in your repo and share the link /api/v1/openapi.json.
- 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.