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:
Your upstream endpoint must be reachable over HTTPS and return JSON, raw binary with a matching
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.