{
  "id": "grant-response",
  "title": "API-key Grant response",
  "description": "A successful API-key session-credential response with no scope-limited authorization.",
  "drafts": [
    "draft-kavian-aep-api-key-session-credential-04"
  ],
  "category": "credentials/api-key",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "api-key"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "api-key"
    }
  },
  "input": {"grant_type": "api-key"},
  "expected": {
    "api_key": "aep_live_7Jm5Example",
    "credential_id": "key_01HZY8W7Q2F8J7D3P9G9Z1N6TT",
    "expires_at": "2026-12-01T00:00:00Z",
    "header": "x-api-key",
    "scopes": null
  }
}
