Protocol Playground
Learn the Pragma.Vision protocol stack through interactive tutorials. Fill in parameters, see live code previews, and run real API calls against our sandbox.
Interactive -- sandbox API, no real data affected
AP2
~10 min Create an Intent Mandate
Create a cryptographically signed authorization for an AI agent to make purchases on your behalf, within defined constraints.
1
Define mandate constraints (amount, categories, expiry) 2
Sign with hybrid signatures (ECDSA + ML-DSA-65) 3
Agent purchase + verify the mandate Intermediate
Start Interactive Tutorial
ACP
~15 min Checkout Session Flow
Build a complete checkout session where an AI agent processes a payment through the Agent Commerce Protocol.
1
Create a checkout session with line items 2
Handle payment confirmation and commissions 3
Implement webhook handler with signature verification Intermediate
Start Interactive Tutorial
MCP
~20 min Register an Agent
Register an AI agent with MCP tool capabilities on the Pragma.Vision ecosystem, including tool definitions and endpoint setup.
1
Define agent manifest with tool schemas 2
Register with the platform API 3
Implement MCP handler + verify registration Intermediate
Start Interactive Tutorial
API
~5 min Your First Wish
The quickest way to get started. Create a wish using a simple POST request and see the API in action.
1
Get your API key from the dashboard 2
Send a POST request to create a wish 3
Inspect the response and next steps Beginner
Start Tutorial
Recommended Learning Path
1
Your First Wish 2
AP2 Mandates 3
ACP Checkout 4
MCP Agent