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
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/mcp