Avenue Bank · Agentic Access

Avenue Bank Agentic Access

x-agentic-access searched

Avenue Bank exposes 19 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.

By consequence: 19 read.

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.

FinancialBanksOpen BankingCDRConsumer Data RightConsumer BankingBusiness BankingBank GuaranteesAustraliaADI
Operations: 19 Acting: 0 Human-in-the-loop: 0 Method: searched

By consequence

read 19

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/avenue-bank-cds-banking-openapi.json
description: Recommended x-agentic-access execution contracts for the Consumer Data Standards Banking
  API surface. Every operation in this surface is a read (the POST 'For Specific Accounts' operations
  pass an account-id list in the request body but change no state), so all are classified connected/read.
  Products (PRD) operations are public/unauthenticated (subject optional); all other families require
  a consented consumer subject under the CDR ADR model. A governance starting point — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 19
  by_action_class:
    connected: 19
  by_consequence:
    read: 19
  human_in_the_loop_required: 0
operations:
- path: /banking/accounts
  method: get
  operationId: listBankingAccounts
  summary: Get Accounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/balances
  method: get
  operationId: listBankingBalancesBulk
  summary: Get Bulk Balances
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/balances
  method: post
  operationId: listBankingBalancesSpecificAccounts
  summary: Get Balances For Specific Accounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/balance
  method: get
  operationId: getBankingBalance
  summary: Get Account Balance
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}
  method: get
  operationId: getBankingAccountDetail
  summary: Get Account Detail
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/transactions
  method: get
  operationId: listBankingTransactions
  summary: Get Transactions For Account
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/transactions/{transactionId}
  method: get
  operationId: getBankingTransactionDetail
  summary: Get Transaction Detail
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/direct-debits
  method: get
  operationId: listDirectDebits
  summary: Get Direct Debits For Account
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/direct-debits
  method: get
  operationId: listDirectDebitsBulk
  summary: Get Bulk Direct Debits
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/direct-debits
  method: post
  operationId: listDirectDebitsSpecificAccounts
  summary: Get Direct Debits For Specific Accounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/payments/scheduled
  method: get
  operationId: listScheduledPayments
  summary: Get Scheduled Payments for Account
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/payments/scheduled
  method: get
  operationId: listScheduledPaymentsBulk
  summary: Get Scheduled Payments Bulk
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/payments/scheduled
  method: post
  operationId: listScheduledPaymentsSpecificAccounts
  summary: Get Scheduled Payments For Specific Accounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/{accountId}/payments/plans
  method: get
  operationId: listInstalmentPlans
  summary: Get Instalment Plans for Account
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/accounts/payments/plans
  method: get
  operationId: listInstalmentPlansBulk
  summary: Get Instalment Plans Bulk
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/payees
  method: get
  operationId: listBankingPayees
  summary: Get Payees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/payees/{payeeId}
  method: get
  operationId: getBankingPayeeDetail
  summary: Get Payee Detail
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: required
    token:
      max-ttl: 3600
    audit: none
- path: /banking/products
  method: get
  operationId: listBankingProducts
  summary: Get Products
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /banking/products/{productId}
  method: get
  operationId: getBankingProductDetail
  summary: Get Product Detail
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=avenue-bank-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/avenue-bank-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.