D
docbin
/create_doc
create doc
Create a document and return its public URL. Re-using an existing name adds a new immutable version. Omit the name to get a random one. For content larger than
liveunknown~5s typical
mcpdocbin
$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-docbin-docbin /create_doc for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | Document name. A random slug is generated if omitted. |
| content | string | The HTML, Markdown, MDX, or code body of the document. |
| content_type | string (html | md | mdx | code) | Defaults to html. 'mdx' renders Markdown with JSX components; 'code' renders a single synt |
| language | string | Syntax-highlight language hint, used when content_type is 'code' (e.g. 'rust'). |
| visibility | string (private | unlisted | public) | Defaults to public. private = owner only; unlisted = anyone with the link; public = listed |
| files | array | Optional: a multi-file group. When provided, supersedes content/content_type. The entry fi |
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-docbin-docbin","endpoint":"/create_doc","input":{}}'cli
npx cracked-ai run -p mcp-app-docbin-docbin -e /create_doc -i '{}'mcp
run_tool({ provider: "mcp-app-docbin-docbin", endpoint: "/create_doc", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.