crob.at · Agentic Access

crob.at Agentic Access

x-agentic-access generated

crob.at exposes 10 API operations that an AI agent could call, of which 2 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: 6 read and 4 write.

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.

GamingEsportsPokemonPokemon ShowdownTeam BuildingContent RenderingDeveloper ToolsREST API
Operations: 10 Acting: 2 Human-in-the-loop: 0 Method: generated

By consequence

read 6 write 4

Source

Agentic Access

Raw ↑
generated: '2026-09-03'
method: generated
source: openapi/crob-at-openapi.json + https://crob.at/robots.txt + https://crob.at/llms.txt
description: >-
  Recommended x-agentic-access execution contracts, classified from the OpenAPI.
  crob.at is unusually agent-friendly for its size: anonymous keyless API, an
  llms.txt that explicitly addresses agents, markdown twins of every team page
  (append .md or send Accept: text/markdown — verified live), robots.txt
  Content-Signal (search=yes, ai-train=no, ai-input=yes) with named AI crawlers
  allowed, and a stated agentPolicy of "allowed" in its APIs Onboarding
  document. Review and bind audience per deployment.
provider_signals:
  agent_policy: allowed (declared in /.well-known/api-onboarding account.agentPolicy)
  content_signal: 'search=yes, ai-train=no, ai-input=yes'
  markdown_twins: append .md to any team URL or send Accept text/markdown (probed 200 text/markdown)
  llms_txt: https://crob.at/llms.txt
summary:
  operations: 10
  by_action_class:
    connected: 8
    acting: 2
  by_consequence:
    read: 6
    write: 4
  human_in_the_loop_required: 0
operations:
  - path: /api/team/{slug}
    method: get
    operationId: getTeamBySlug
    x-agentic-access: {action-class: connected, consequence: read, subject: none}
  - path: /api/team/{slug}/{teamSlug}
    method: get
    operationId: getTeamInPasteBySlug
    x-agentic-access: {action-class: connected, consequence: read, subject: none}
  - path: /api/team
    method: post
    operationId: createTeam
    x-agentic-access:
      action-class: connected
      consequence: write
      subject: none
      note: Creates a permanent public/unlisted page with no API reversal path; rate-limited 500/hour.
  - path: /api/random-team/{format}
    method: get
    operationId: generateRandomTeam
    x-agentic-access: {action-class: connected, consequence: read, subject: none}
  - path: /api/random-team/{format}/save
    method: post
    operationId: saveRandomTeam
    x-agentic-access:
      action-class: connected
      consequence: write
      subject: none
      note: Idempotent via idempotencyKey; creates a permanent unlisted URL; rate-limited 30/hour.
  - path: /api/samples/{tier}
    method: get
    operationId: listSampleTeams
    x-agentic-access: {action-class: connected, consequence: read, subject: none}
  - path: /api/type-chart-data
    method: get
    operationId: getTypeChartData
    x-agentic-access: {action-class: connected, consequence: read, subject: none}
  - path: /api/me
    method: get
    operationId: getCurrentUser
    x-agentic-access: {action-class: acting, consequence: read, subject: session-user}
  - path: /api/feedback
    method: post
    operationId: sendFeedback
    x-agentic-access:
      action-class: connected
      consequence: write
      subject: none
      note: Cannot be recalled; rate-limited 5/hour — agents should not use it for automated traffic.
  - path: /api/showdown/assertion
    method: post
    operationId: createShowdownAssertion
    x-agentic-access:
      action-class: acting
      consequence: write
      subject: session-user
      note: Auth broker for Pokemon Showdown login; same-origin session only — not an agent surface.

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=crob-at-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/crob-at-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.