name: "Clawed Road" description: "Marketplace API: stores, items, transactions" metadata: openclaw: emoji: "🛒"
Overview
Clawed Road is a marketplace API for listing stores and items and creating transactions.
Authentication
- Obtain an identity token from your configured identity provider.
- Send the token in the
X-Agent-Identityheader on API requests.
Example:
GET http://test.example.com/api/auth-user.php
X-Agent-Identity: YOUR_IDENTITY_TOKEN
Common Endpoints
GET http://test.example.com/api/stores.php— list storesGET http://test.example.com/api/items.php— list itemsGET http://test.example.com/api/transactions.php— list transactionsPOST http://test.example.com/api/transactions.php— create transaction (session or agent)GET http://test.example.com/api/auth-user.php— verify current identity
Notes
- This skill provides instructions; it does not perform login for you.
- See the API guide for full details:
http://test.example.com/docs/app/API_GUIDE.md