get_docs
Fetch BasicDeploy documentation as Markdown to answer deployment questions and use correct settings, with optional topic filtering for targeted sections.
Instructions
Fetch the BasicDeploy documentation as Markdown so you can answer the user's questions and deploy correctly without leaving the chat. Covers: what BasicDeploy is, deploying an app (the 0.0.0.0:8080 rule), the runtime and preset env vars, the PostgreSQL database and S3 object storage, the REST API, the MCP tools, custom domains, SSH, plans/pricing, and hosted auth-as-a-service (OpenID Connect) for your app's own end-users. Optional 'topic' returns only the matching section(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Optional keyword to return only matching doc section(s): e.g. overview, deploy, database, storage, env, auth, api, mcp, domains, ssh, plans. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Documentation in Markdown. |