platform-assistant
Anypoint Platform Operations
Overview
Navigate the Anypoint Platform developer portal to discover available APIs, agent skills, and extension schemas. The portal is the single source of truth for all public Anypoint Platform API specifications and agent-executable workflows. The portal URL is provided in the agent context preamble injected at the top of this file.
The portal exposes three machine-readable discovery files designed for AI agent consumption. Start with llms.txt for a quick inventory, read AGENTS.md for the full operating manual, and query registry.json for programmatic access to every document.
Important: All portal files are plain-text source documents (YAML, JSON, Markdown). Always retrieve them with raw HTTP tools (curl, direct GET requests) — never pass portal URLs through summarizer or browser-rendering tools, which will truncate structured content.
llms.txt -- Quick Inventory
Fetch {portal-url}/llms.txt for a lightweight, one-page summary following the llmstxt.org convention. It lists:
- A link to
AGENTS.md(the full agent entry point) - A link to
registry.json(the machine-readable catalog) - Schema references for
x-originand JTBD extensions - Every public API with a one-line description
- Every agent skill with a one-line description