Roadie · Agentic Access

Roadie Agentic Access

x-agentic-access generated

Roadie exposes 21 API operations that an AI agent could call, of which 7 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 14 read and 7 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

Software CatalogInternal Developer PortalBackstageDeveloper ExperienceIDPDeveloper PortalManaged BackstageScaffolderTechDocsService CatalogPlatform Engineering
Operations: 21 Acting: 7 Human-in-the-loop: 0 Method: generated

By consequence

read 14 write 7

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/roadie-io-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 21
  by_action_class:
    connected: 14
    acting: 7
  by_consequence:
    read: 14
    write: 7
  human_in_the_loop_required: 0
operations:
- path: /catalog/entities
  method: get
  operationId: listCatalogEntities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/entities/by-query
  method: get
  operationId: queryCatalogEntities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/entities/by-name/{kind}/{namespace}/{name}
  method: get
  operationId: getCatalogEntityByName
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/entity-facets
  method: get
  operationId: getEntityFacets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/roadie-entities/entities
  method: post
  operationId: createRoadieEntity
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /catalog/roadie-entities/entities/{entityId}
  method: get
  operationId: getRoadieEntity
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /catalog/roadie-entities/entities/{entityId}
  method: delete
  operationId: deleteRoadieEntity
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /catalog/roadie-entities/sets/{setName}
  method: put
  operationId: upsertEntitySet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /catalog/roadie-entities/sets/{setName}
  method: delete
  operationId: deleteEntitySet
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /scaffolder/v2/actions
  method: get
  operationId: listScaffolderActions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /scaffolder/v2/tasks
  method: get
  operationId: listScaffolderTasks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /scaffolder/v2/tasks
  method: post
  operationId: createScaffolderTask
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /scaffolder/v2/tasks/{taskId}
  method: get
  operationId: getScaffolderTask
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /scaffolder/v2/tasks/{taskId}/eventstream
  method: get
  operationId: streamScaffolderTaskEvents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /scaffolder/v2/dry-run
  method: post
  operationId: dryRunScaffolderTemplate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /tech-insights/v1/facts
  method: get
  operationId: listTechInsightsFacts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /tech-insights/v1/checks
  method: get
  operationId: listTechInsightsChecks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /tech-insights/v1/checks/run
  method: post
  operationId: runTechInsightsChecks
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /tech-insights/v1/scorecards
  method: get
  operationId: listScorecards
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /techdocs/metadata/entity/{namespace}/{kind}/{name}
  method: get
  operationId: getTechDocsMetadata
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /techdocs/static/docs/{namespace}/{kind}/{name}/{path}
  method: get
  operationId: getTechDocsStatic
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none