List a service for sale
list_servicePublish a service to the Obol marketplace, allowing agents to discover and pay for it using USDC. Requires an Obol API key and returns a marketplace URL.
Instructions
List (publish) a new service on the Obol marketplace so other agents can discover and pay for it. Requires the seller's Obol API key (OBOL_API_KEY env). Obol auto-issues a real ACK-ID verifiable credential for the seller's wallet and returns the marketplace URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | short service name, e.g. 'Crypto Price API' | |
| docsUrl | No | ||
| category | No | e.g. Data, AI, Scraper, Tools | |
| hostedUrl | Yes | the public https:// endpoint agents will call | |
| priceUsdc | Yes | USDC price per call, e.g. '0.001' | |
| description | No | ||
| inputSchema | No | input params, e.g. 'coin: string' | |
| skillMarkdown | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| ackDid | No | ||
| message | No | ||
| ackIssuer | No | ||
| marketplaceUrl | No |