Topograph · Agentic Access

Topograph Agentic Access

x-agentic-access generated

Topograph exposes 22 API operations that an AI agent could call, of which 10 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: 12 read and 10 safety-critical.

10 operations 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.

CompanyKYBCompany DataBusiness RegistersComplianceIdentity VerificationBeneficial OwnershipAMLDue DiligenceFintech
Operations: 22 Acting: 10 Human-in-the-loop: 10 Method: generated

By consequence

read 12 safety-critical 10

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
PATCH /v2/billing/notifications/config safety-critical required
PATCH /v2/billing/notifications/workspaces/{workspaceId}/config safety-critical required
DELETE /v2/billing/notifications/workspaces/{workspaceId}/config safety-critical required
POST /v2/company safety-critical required
POST /v2/monitors safety-critical required
DELETE /v2/monitors/{id} safety-critical required
POST /v2/onboarding safety-critical required
POST /v2/workspaces safety-critical required
PATCH /v2/workspaces/{name} safety-critical required
DELETE /v2/workspaces/{name} safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/topograph-openapi-original.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: 22
  by_action_class:
    connected: 12
    acting: 10
  by_consequence:
    read: 12
    safety-critical: 10
  human_in_the_loop_required: 10
operations:
- path: /v2/pricing
  method: get
  operationId: PricingController_getPricing_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/monitors
  method: post
  operationId: MonitoringController_createMonitor_v2
  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: /v2/monitors
  method: get
  operationId: MonitoringController_listMonitors_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/monitors/{id}
  method: get
  operationId: MonitoringController_getMonitor_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/monitors/{id}
  method: delete
  operationId: MonitoringController_stopMonitoring_v2
  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: /v2/monitors/{id}/logs
  method: get
  operationId: MonitoringController_getMonitorLogs_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/search
  method: get
  operationId: SearchController_searchV2_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company
  method: post
  operationId: CompanyController_getCompany_v2
  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: /v2/company/{requestId}
  method: get
  operationId: CompanyController_getCompanyRequest_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/onboarding
  method: post
  operationId: CompanyOnboardingController_getOnboarding_v2
  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: /v2/workspaces
  method: get
  operationId: WorkspaceController_listWorkspaces_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/workspaces
  method: post
  operationId: WorkspaceController_createWorkspace_v2
  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: /v2/workspaces/{name}
  method: patch
  operationId: WorkspaceController_updateWorkspace_v2
  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: /v2/workspaces/{name}
  method: delete
  operationId: WorkspaceController_deleteWorkspace_v2
  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: /v2/workspaces/usage
  method: get
  operationId: WorkspaceController_getUsageReport_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/billing/notifications/config
  method: get
  operationId: BillingNotificationsController_getConfig_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/billing/notifications/config
  method: patch
  operationId: BillingNotificationsController_updateConfig_v2
  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: /v2/billing/notifications/recent
  method: get
  operationId: BillingNotificationsController_listRecent_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/billing/notifications/workspaces/{workspaceId}/config
  method: get
  operationId: BillingNotificationsController_getWorkspaceOverride_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/billing/notifications/workspaces/{workspaceId}/config
  method: patch
  operationId: BillingNotificationsController_upsertWorkspaceOverride_v2
  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: /v2/billing/notifications/workspaces/{workspaceId}/config
  method: delete
  operationId: BillingNotificationsController_deleteWorkspaceOverride_v2
  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: /v2/billing/balance
  method: get
  operationId: BillingBalanceController_getBalance_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none