TrueAccord · Agentic Access

TrueAccord Agentic Access

x-agentic-access generated

TrueAccord exposes 6 API operations that an AI agent could call, of which 0 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.

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.

CompanyDebt CollectionFinancial ServicesFintechMachine LearningCollectionsConsumer Finance
Operations: 6 Acting: 0 Human-in-the-loop: 0 Method: generated

By consequence

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/trueaccord-recover-openapi.yml
note: >-
  Recommended x-agentic-access execution contracts generated by classifying each
  Recover API operation (Curity Access Intelligence model). A governance starting
  point, not an authoritative TrueAccord claim. audience is null to bind per
  deployment. Debt placement is treated as physical/financial-consequence since
  it initiates real collection activity against a consumer.
summary:
  operations: 6
  by_action_class:
    read: 2
    write: 3
    physical: 1
  human_in_the_loop: 0
audience: null
operations:
  - operationId: listCustomers
    action_class: read
    consequence: read
    token: { ttl_seconds: 3600 }
  - operationId: getCustomer
    action_class: read
    consequence: read
    token: { ttl_seconds: 3600 }
  - operationId: addContactInformation
    action_class: acting
    consequence: write
    token: { ttl_seconds: 900 }
    audit: required
  - operationId: editContactInformation
    action_class: acting
    consequence: write
    token: { ttl_seconds: 900 }
    audit: required
  - operationId: addCustomersBatch
    action_class: acting
    consequence: write
    token: { ttl_seconds: 900 }
    audit: required
  - operationId: addCustomers
    action_class: acting
    consequence: physical
    token: { ttl_seconds: 300, exchange: true }
    purpose_required: true
    audit: required
    note: Placing a debt initiates real-world collection activity against a consumer.