Aira Technologies Agentic Access
Aira Technologies exposes 24 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: 24 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.
By consequence
Source
Agentic Access
generated: '2026-09-14'
method: generated
source: openapi/aira-technologies-articles-api-openapi.yml, openapi/aira-technologies-categories-api-openapi.yml,
openapi/aira-technologies-discovery-api-openapi.yml, openapi/aira-technologies-events-api-openapi.yml, openapi/aira-technologies-media-api-openapi.yml,
openapi/aira-technologies-oembed-api-openapi.yml, openapi/aira-technologies-pages-api-openapi.yml, openapi/aira-technologies-posts-api-openapi.yml,
openapi/aira-technologies-search-api-openapi.yml, openapi/aira-technologies-users-api-openapi.yml
description: Recommended x-agentic-access execution contracts, classified from the OpenAPI documents in this
repo. Every anonymously reachable operation on this surface is a read against a public marketing content
API, so every contract classifies the same way — action-class connected, consequence read, no human in the
loop, no audit requirement. There is no write, no money movement, no personal data and no irreversible action
to govern here. A governance starting point for exposing this API to AI agents; review and bind audience
per deployment.
summary:
operations: 24
by_action_class:
connected: 24
by_consequence:
read: 24
human_in_the_loop_required: 0
note: 'Uniformity here is a property of the surface, not a shortcut. The anonymous surface answers `Allow:
GET`; an unauthenticated POST returns 401 rest_cannot_create. The only gated routes on the host — /wp/v2/settings
and the whole /wp-abilities/v1 namespace — return 401 and are therefore not classified.'
operations:
- path: /wp/v2/article
method: get
operationId: listArticles
spec: openapi/aira-technologies-articles-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/article/{id}
method: get
operationId: getArticle
spec: openapi/aira-technologies-articles-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/categories
method: get
operationId: listCategories
spec: openapi/aira-technologies-categories-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/categories/{id}
method: get
operationId: getCategory
spec: openapi/aira-technologies-categories-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /
method: get
operationId: getApiRoot
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2
method: get
operationId: getNamespaceIndex
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/types
method: get
operationId: listTypes
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/types/{type}
method: get
operationId: getType
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/taxonomies
method: get
operationId: listTaxonomies
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/taxonomies/{taxonomy}
method: get
operationId: getTaxonomy
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/statuses
method: get
operationId: listStatuses
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/statuses/{status}
method: get
operationId: getStatus
spec: openapi/aira-technologies-discovery-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/events
method: get
operationId: listEvents
spec: openapi/aira-technologies-events-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/events/{id}
method: get
operationId: getEvent
spec: openapi/aira-technologies-events-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/media
method: get
operationId: listMedia
spec: openapi/aira-technologies-media-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/media/{id}
method: get
operationId: getAttachment
spec: openapi/aira-technologies-media-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /oembed/1.0/embed
method: get
operationId: getOembed
spec: openapi/aira-technologies-oembed-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/pages
method: get
operationId: listPages
spec: openapi/aira-technologies-pages-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/pages/{id}
method: get
operationId: getPage
spec: openapi/aira-technologies-pages-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/posts
method: get
operationId: listPosts
spec: openapi/aira-technologies-posts-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/posts/{id}
method: get
operationId: getPost
spec: openapi/aira-technologies-posts-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/search
method: get
operationId: searchContent
spec: openapi/aira-technologies-search-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/users
method: get
operationId: listUsers
spec: openapi/aira-technologies-users-api-openapi.yml
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /wp/v2/users/{id}
method: get
operationId: getUser
spec: openapi/aira-technologies-users-api-openapi.yml
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=aira-technologies-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/aira-technologies-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.