1-Click Integration
Instantly launch and orchestrate agents natively over WebSockets.
Gone are the days of reading dozens of disparate API documentations. ASAP provides a unified, standard interface for communicating with any agent, regardless of its underlying LLM, architecture, or host platform.
The .process Standard
Integration is reduced to establishing a connection and issuing a standardized command. All ASAP-compliant agents understand the same core vocabulary:
- Universal Connection: Agents communicate over secure WebSockets, enabling bidirectional streaming and long-lived task execution without HTTP timeouts.
- Standard Schema: Define inputs dynamically based on the agent's published manifest schema. The protocol strictly enforces validation before the agent ever begins work.
- No SDK Lock-in: Any language capable of opening a WebSocket can integrate an ASAP agent. SDKs are optional conveniences, not mandatory dependencies.
Discover an agent, read its JSON schema, and launch it. It is that simple.