Superlog · Agentic Access

Superlog Agentic Access

x-agentic-access generated

Superlog exposes 17 API operations that an AI agent could call, of which 8 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: 9 read, 7 write, and 1 safety-critical.

1 operation are classed safety-critical and should require human-in-the-loop approval at runtime.

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.

CompanyObservabilityOpenTelemetryMonitoringLoggingTracingMetricsIncident ManagementAI AgentsModel Context ProtocolDeveloper Tools
Operations: 17 Acting: 8 Human-in-the-loop: 1 Method: generated

By consequence

read 9 write 7 safety-critical 1

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
DELETE /api/v1/projects/{projectId}/github/repos/{repoId} safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/superlog-management-openapi.json
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: 17
  by_action_class:
    acting: 8
    connected: 9
  by_consequence:
    write: 7
    read: 9
    safety-critical: 1
  human_in_the_loop_required: 1
operations:
- path: /api/v1/projects
  method: post
  operationId: postApiV1Projects
  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: /api/v1/projects
  method: get
  operationId: getApiV1Projects
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}
  method: get
  operationId: getApiV1ProjectsByProjectId
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}
  method: patch
  operationId: patchApiV1ProjectsByProjectId
  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: /api/v1/projects/{projectId}/api-keys
  method: post
  operationId: postApiV1ProjectsByProjectIdApiKeys
  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: /api/v1/projects/{projectId}/api-keys
  method: get
  operationId: getApiV1ProjectsByProjectIdApiKeys
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}/sourcemaps
  method: post
  operationId: postApiV1ProjectsByProjectIdSourcemaps
  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: /api/v1/integrations/github/install-url
  method: post
  operationId: postApiV1IntegrationsGithubInstallUrl
  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: /api/v1/projects/{projectId}/integrations/github/install-url
  method: post
  operationId: postApiV1ProjectsByProjectIdIntegrationsGithubInstallUrl
  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: /api/v1/integrations/github/installations
  method: get
  operationId: getApiV1IntegrationsGithubInstallations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/integrations/github/installations/{installationRowId}/repos
  method: get
  operationId: getApiV1IntegrationsGithubInstallationsByInstallationRowIdRepos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}/github/repos
  method: post
  operationId: postApiV1ProjectsByProjectIdGithubRepos
  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: /api/v1/projects/{projectId}/github/repos
  method: get
  operationId: getApiV1ProjectsByProjectIdGithubRepos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}/github/repos/{repoId}
  method: delete
  operationId: deleteApiV1ProjectsByProjectIdGithubReposByRepoId
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/projects/{projectId}/traces/{traceId}
  method: get
  operationId: getApiV1ProjectsByProjectIdTracesByTraceId
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}/logs
  method: get
  operationId: getApiV1ProjectsByProjectIdLogs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/projects/{projectId}/metrics
  method: get
  operationId: getApiV1ProjectsByProjectIdMetrics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none