RD
RideDesk Developer Docs
/get_integration_brief
Get the integration brief
A self-contained brief for a coding agent building a transfer-booking website on the RideDesk API — the flow, the rules the server enforces, and the acceptance
liveverifiedunknown~5s typical
mcpprobedridedeskdeveloperdocs
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-ridedesk-docs /get_integration_brief for me.
Input
| Field | Type | Description |
|---|---|---|
| host | string | The operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Opt |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-ridedesk-docs","endpoint":"/get_integration_brief","input":{}}'cli
npx cracked-ai run -p mcp-app-ridedesk-docs -e /get_integration_brief -i '{}'mcp
run_tool({ provider: "mcp-app-ridedesk-docs", endpoint: "/get_integration_brief", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.