# AIMS Governance Endpoints

Omnius exposes an ISO/IEC 42001-oriented AI Management System surface for audit-aligned deployments.

## Endpoint Summary

| Method | Path | Purpose |
| --- | --- | --- |
| `GET` | `/v1/aims` | AIMS root, control map, endpoint index |
| `GET`/`PUT` | `/v1/aims/policies` | Policy register |
| `GET` | `/v1/aims/roles` | Roles and responsibilities |
| `GET` | `/v1/aims/resources` | Compute and backend inventory |
| `GET`/`POST` | `/v1/aims/impact-assessments` | Impact assessment records |
| `GET` | `/v1/aims/lifecycle` | AI system lifecycle state |
| `GET` | `/v1/aims/data-quality` | Data quality controls |
| `GET` | `/v1/aims/transparency` | Model cards and transparency info |
| `GET` | `/v1/aims/usage` | Alias of usage reporting |
| `GET` | `/v1/aims/suppliers` | Third-party suppliers, sponsors, backends |
| `GET`/`POST` | `/v1/aims/incidents` | Incident records |
| `GET` | `/v1/aims/oversight` | Human oversight gates |
| `GET` | `/v1/aims/decisions` | Consequential decision log |
| `GET` | `/v1/aims/config-history` | Config change history |

## Use

Use these endpoints for compliance dashboards, deployment reviews, supplier tracking, and audit evidence. Mutating endpoints require admin scope.
