Zolofy API
Build agentic commerce into any agent
Quick Start
Two API calls to go from natural language to a price-locked mandate.
Response Schemas
Zolly returns either a structured tool call or a plain text clarification. The mandate endpoint always returns a signed AP2 object.
POST /api/zollyTwo possible shapes
POST /api/mandateFull AP2 structure
Agent Wallet Handoff
Convert a signed Zolofy mandate into a Stripe Link CLI spend request. Experimental — no payment executed.
View handoff →UCP Profile
Agents discover capabilities via the standard /.well-known/ucp endpoint — no SDK required.
Capability discovery
Any UCP-aware agent can fetch this profile at runtime to discover which commerce operations are available, without prior configuration.
15-minute mandate TTL
Each mandate is merchant-signed and expires in 900 seconds, preventing stale price commitments in autonomous flows.
SDKs
Native client libraries are in development. Use the REST API directly in the meantime.
JavaScript / TypeScript
npm install @zolofy/sdkPython
pip install zolofyMCP Server
npx @zolofy/mcpEndpoint: zolofy.co/api/mcp
Tools: list_products, resolve_price, create_checkout_mandate, validate_mandate
View docs →REST API
Two endpoints. No SDK needed.
POST zolofy.co/api/zollyPOST zolofy.co/api/mandate