Skip to content

RFC-010: Autonomous Intelligence Governance Protocol (AIGP) — 7. Registration Schema

AIGP SpecificationRFC-010: Autonomous Intelligence Governance Protocol (AIGP) › 7. Registration Schema

← 6. Consent Tiers · Section index · 8. Python Client Implementation →

7. Registration Schema

{
"PK": "APP#APP_PRJ",
"SK": "REG#dev",
"entity_type": "APP_REGISTRATION",
"app_id": "APP_PRJ",
"app_name": "Cyber CCMS",
"description": "AWS IAM Identity Center Manager",
"environment": "dev",
"base_url": "https://dev.your-identity-service.com",
"status": "ACTIVE",
"consent_tier": "STANDARD",
"hmac_secret": "...",
"registered_at": "2026-04-27T18:00:00Z",
"last_heartbeat": "2026-04-30T12:00:00Z",
"bedrock_declaration": {
"use_cases": [
{
"id": "gandalf_magic",
"model_id": "us.anthropic.claude-opus-4-7",
"description": "Gandalf spell composition"
},
{
"id": "policy_review",
"model_id": "us.anthropic.claude-opus-4-7",
"description": "IAM policy security review"
}
]
}
}

← 6. Consent Tiers · Section index · 8. Python Client Implementation →