Skip to main content

get_readiness_score()

Get the EU AI Act readiness score for your tenant.
Returns: Score object with total, per-component breakdown, and recommendations. See Readiness Score for component details.

get_fria()

Get the Fundamental Rights Impact Assessment for an agent.
string
required
Agent ID
Returns: FRIA object with all six assessment fields, version, and status. See FRIA for details.

get_transparency_card()

Get the auto-generated transparency card for an agent. Transparency cards document the agent’s purpose, capabilities, limitations, and risk classification, required by EU AI Act Articles 13 and 50.
string
required
Agent ID
Returns:

create_incident()

Report a serious incident per EU AI Act Article 73.
string
required
Agent ID
string
required
Short title describing the incident
string
required
serious or critical (critical if death or serious health damage)
string
required
Detailed description of what happened
string
required
Description of the impact
string
required
Actions taken immediately after discovery
string
Root cause analysis (can be updated later)
integer
Estimated number of affected persons
boolean
default:"false"
If true, the reporting deadline is 2 days instead of 15
See Incident Reporting for the full workflow including authority notification.

list_incidents()

List incident reports, optionally filtered by status.

update_incident()

Update an incident’s status, root cause, corrective actions, or authority-notified flag.