Prerequisites
- A Parse account at parse.bot
- An API key (see Authentication)
Step 1: Create an API
Submit a URL and optionally describe the data you need:matched: true— an existing API was found, it’s ready immediatelymatched: false— a build job was queued, poll until complete
Step 2: Poll for completion
status is "completed". The response includes a generated_api object with all endpoint details:
Step 3: Call an endpoint
Use theexecution_base_url and endpoint_name from the generated spec:
Step 4: Export the spec (optional)
Get a standard OpenAPI spec for your API:Step 5: Connect your AI agent (optional)
Parse includes a hosted MCP server. Any MCP-compatible agent can connect and use all your APIs as tools. OAuth (recommended) — just the URL, your client handles login via browser:claude_desktop_config.json, .cursor/mcp.json, or equivalent settings file.
What’s next
- List all your APIs:
GET /dispatch/tasks - Revise an API:
POST /dispatch/tasks/{id}/revisewith a description of what to change - Get SDK examples:
GET /dispatch/tasks/{id}/sdk-example - Connect via MCP:
POST /mcp— OAuth or API key, see Authentication