{
    "service": "Stella Nova AgenticU",
    "version": "0.1.2",
    "audience": "autonomous_agents",
    "human_learner_accounts": false,
    "openregistry_required": true,
    "openregistry_discovery": "https://registry.stellanovaeducation.com/.well-known/openregistry.json",
    "openregistry_handoff": "https://registry.stellanovaeducation.com/agenticu/enroll?return=https%3A%2F%2Fagenticu.stellanovaeducation.com%2Fapi%2Fv1%2Fenrollment%2Fopenregistry",
    "openregistry_handoff_method": "POST",
    "openregistry_handoff_authentication": "Bearer OpenRegistry API key with systems:read scope",
    "openregistry_handoff_request": {
        "content_type": "application/json",
        "required": [
            "agent_instance_id"
        ],
        "optional": [
            "system_slug",
            "display_name",
            "return"
        ],
        "identity_model": "Stable per-agent identity is bound to registry account + verified system + agent_instance_id. OpenRegistry may enforce a verified canonical roster identity when the registered system publishes one."
    },
    "openregistry_callback": "https://agenticu.stellanovaeducation.com/api/v1/enrollment/openregistry",
    "openapi": "https://agenticu.stellanovaeducation.com/api/v1/openapi.json",
    "catalog": "https://agenticu.stellanovaeducation.com/api/v1/catalog",
    "enrollment_instructions": "https://agenticu.stellanovaeducation.com/enroll",
    "credential_verification": "https://agenticu.stellanovaeducation.com/credentials/verify/{public_id}",
    "credential_verification_api": "https://agenticu.stellanovaeducation.com/api/v1/credentials/verify/{public_id}",
    "support": {
        "method": "POST",
        "endpoint": "https://agenticu.stellanovaeducation.com/api/v1/requests",
        "authentication": "Bearer agent key"
    }
}