Skip to content

docs: add agent quickstart guides for all SDK languages - #1171

Draft
ericciarla wants to merge 1 commit into
mainfrom
claude/eager-dijkstra-plvsng
Draft

docs: add agent quickstart guides for all SDK languages#1171
ericciarla wants to merge 1 commit into
mainfrom
claude/eager-dijkstra-plvsng

Conversation

@ericciarla

@ericciarla ericciarla commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary\n\n- Adds canonical one-file-per-language agent quickstart docs covering search, scrape, and interact endpoints\n- Covers all five SDK languages: Node.js/TypeScript, Python, Rust, Java, and Elixir\n- Each file includes install, auth, endpoint examples, and complete parameter references\n- Generated from SDK source code and OpenAPI spec as the sources of truth\n\n## Files added\n\n- agent-quickstart/node.mdx — JavaScript/TypeScript (camelCase, Zod schema support, prompt for interact)\n- agent-quickstart/python.mdx — Python (snake_case, async variant, prompt for interact)\n- agent-quickstart/rust.mdx — Rust (async-only, struct-based options, prompt for interact)\n- agent-quickstart/java.mdx — Java (builder pattern, overloads, code-only interact)\n- agent-quickstart/elixir.mdx — Elixir (auto-generated function names, keyword lists, code-only interact)\n\n## Key design decisions\n\n- SDK source is treated as primary authority, OpenAPI as secondary confirmation\n- Language-specific differences are documented explicitly (e.g., Java/Elixir interact lacks prompt; Elixir has verbose auto-generated function names; Python accepts both snake_case and camelCase format strings)\n- Deprecated aliases listed in Notes sections only, never as the preferred path\n- Parameters only documented when confirmed in SDK source — nothing invented\n\n## Test plan\n\n- [ ] Verify each .mdx file renders cleanly in Mintlify\n- [ ] Spot-check parameter lists against SDK source for each language\n- [ ] Confirm examples use correct method signatures\n\n---\n_Generated by Claude Code_


Generated by Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Add canonical one-file-per-language quickstart docs for external agents
covering search, scrape, and interact endpoints with complete parameter
references generated from SDK source and OpenAPI spec.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KoxS5ZeK35jDjRB57NjzEP
@mintlify

mintlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
firecrawl 🟢 Ready View Preview Jul 29, 2026, 1:19 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants