Vendor Dashboard
This proof-of-concept dashboard shows how businesses would publish agent-ready products and services.
2.5%
Platform commission
API-first
Built for autonomous buyers
Dry-run
Safety before purchase
Vendor API flow
- Register a user through
POST /api/auth/register. - Create a vendor profile through
POST /api/vendors/register. - Publish products through
POST /api/vendors/products. - Agents discover products through
GET /api/agents/products.