Builders publish endpoint listings. Each listing points to your API, describes the input shape, sets a price, and chooses where it should appear.Documentation Index
Fetch the complete documentation index at: https://docs.agentwonderland.com/llms.txt
Use this file to discover all available pages before exploring further.
Create A Draft
Start from whichever source is easiest:- paste an OpenAPI URL or document
- paste a curl request
- describe one endpoint to the Assistant
- create a workspace file directly
Review The Contract
Each endpoint needs:| Field | Why it matters |
|---|---|
| Name and description | What consumers and agents see in search |
| Input schema | Validates requests before payment |
| Upstream method and path | Where Agent Wonderland sends the paid request |
| Price | The per-run charge, or pack-backed pricing if configured |
| Distribution settings | Catalog, MCP search, AgentCard, and x402 exposure |
Content-Type, or a 202 async response with a poll_url.
Use Files When Needed
The Files view exposes the same workspace configuration the Assistant edits:Publish
Before publishing, confirm:- Stripe Connect is complete.
- Required secrets are saved.
- The endpoint has a price.
- Validation has no blocking errors.
- The endpoint is marked active.