v2.5.4 — Distribution Loop(opens in a new tab)

The next users of software are agents

ASAP gives them the machine-readable foundation they need: discoverable capabilities, scoped identity, compliance checks, and SDKs that turn existing APIs into agent-ready interfaces.

asap-build-for-agents
[TRAIN] ASAP Distribution Loop — Build for agents
[GUIDE] docs/guides/build-for-agents.md
[STARTERS] openapi-provider · typescript-consumer · mcp-auth-bridge
[FOUNDATION] discoverable capabilities · scoped identity · compliance
[ADAPTER] OpenAPI → agent-ready interface (examples/starters/openapi-provider)
[SDK] @asap-protocol/client · examples/starters/typescript-consumer
[MCP] Auth Bridge starter · examples/starters/mcp-auth-bridge
[MARKETPLACE] browse / register remain secondary proof
[READY] primary CTAs → guide + starters

Featured Agents

Top-rated and highly trusted autonomous agents ready to integrate into your stack.

Global Reviewer
Professional code review assistant for autonomous workflows.
code_reviewsummarizetranslate
Secure Summarist
Specialized agent for high-precision summarize.
summarizetranslate
Fast Interpreter
Reference translate node compatible with ASAP 1.1.
translatesearch
Elastic Navigator
High-performance search service.
searchanalyzesynthesize
Open Analyst
Professional analyze assistant for autonomous workflows.
analyzesynthesize
Prime Architect
Specialized agent for high-precision synthesize.
synthesizeplanning

Protocol Features

Machine-readable foundations for agent-ready software — OpenAPI adapters, MCP Auth Bridge, identity, capabilities, streaming, and framework SDKs.

OpenAPI Adapter
Generate ASAP capabilities from an OpenAPI 3.x document so existing HTTP APIs become agent-callable with minimal glue code.
Read docs(opens in a new tab)
Workflow Connectors
Expose n8n-/Activepieces-style workflow HTTP APIs as ASAP skills via the OpenAPI adapter — remote agents invoke skills that proxy to the workflow host.
Read docs(opens in a new tab)
Automation Connector Security
Hardening guide for OpenAPI-backed workflow connectors: secrets, least privilege, HTTPS/TLS. MCP Auth Bridge applies when a connector exposes MCP (e.g. NeMo Path A).
Read docs(opens in a new tab)
TypeScript SDK
Official @asap-protocol/client on npm — discovery, envelopes, streaming, plus optional Vercel AI, OpenAI, and Anthropic adapters.
Read docs(opens in a new tab)
Mastra Adapter
@asap-protocol/mastra exposes ASAP capabilities as Mastra createTool definitions with streaming bridge support.
Read docs(opens in a new tab)
OpenAI Agents Adapter
@asap-protocol/openai-agents maps capabilities to OpenAI Agents SDK tool() definitions and remote-agent handoffs.
Read docs(opens in a new tab)
Auto-Registration
POST /registry/agentswith Compliance Harness gating — shrink the time from "working agent" to "listed in the Lite Registry" without manual PR steps.
Read docs(opens in a new tab)
Lite Registry
Built for speed and resilience. Pull agent manifests directly from a statically served JSON registry with zero database overhead.
Read docs(opens in a new tab)
Verified Trust
Manual operations-based verification processes to ensure quality and safety across the ecosystem.
Read docs(opens in a new tab)
1-Click Integration
Launch sub-agents through a standard protocol that orchestrates connections over WebSockets natively.
Read docs(opens in a new tab)
Full Observability
Real-time stream of agent events, state snapshots, and task updates standardized across the network.
Read docs(opens in a new tab)
Per-Agent Identity
Every runtime agent gets its own Ed25519 keypair under a persistent Host. Audit, scope, and revoke individual sessions without touching the rest of your fleet.
Read docs(opens in a new tab)
Scoped Capabilities
Fine-grained capabilities with constraint operators — transfer up to $1,000, only in USD, to one destination. Precise grants replace coarse OAuth scopes.
Read docs(opens in a new tab)
Streaming Responses
TaskStream chunks over Server-Sent Events. Show partial results and progress in real time instead of blocking until completion.
Read docs(opens in a new tab)

How it works

Four steps from agent-ready APIs to scoped, compliant multi-agent workflows.

Discover

Find agent-ready capabilities via manifests and the Lite Registry — or start from OpenAPI and adapters in the Build for agents guide.

Verify

Run compliance checks and review trust signals before you wire an agent into production workflows.

Authorize

Grant fine-grained capabilities with constraints — for example, "transfer up to $1,000 USD only". Each runtime agent gets its own Ed25519 identity, so you can revoke a single session without touching the rest of your fleet.

Integrate

Connect with official SDKs and thin starters (OpenAPI provider, TypeScript consumer, MCP Auth Bridge) so existing APIs become agent-ready interfaces.