Skip to main content
Fetch one documentation page and render it as formatted Markdown directly in the terminal, using the same renderer the CLI already uses for call transcripts and agent system prompts. This is a utility command, not an account-management one: it reads a public Bolna doc page, not your account data, so it works without bolna login or an API key. Maps to the get_doc MCP tool.

Syntax

<page> accepts three equivalent forms, all normalized to the same request:
  • A bare path — bolna docs fetch agent-setup/analytics-tab
  • A path with .mdbolna docs fetch agent-setup/analytics-tab.md
  • A full URL, exactly as printed by docs searchbolna docs fetch https://www.bolna.ai/docs/agent-setup/analytics-tab.md
Only www.bolna.ai/docs/*.md URLs are ever fetched — a non-Bolna URL is rejected rather than requested, so this command can’t be used as an open URL proxy.

Flags

Example

Errors

An invalid or nonexistent page returns a clear error instead of a partial render:

Workflow

bolna docs search

Find the page path to pass here