docs(agent-quickstart): add per-language quickstarts - #1285
Draft
ericciarla wants to merge 1 commit into
Draft
Conversation
…pe, and interact Add canonical agent quickstart files for Node.js, Python, Rust, Java, and Elixir. Each file covers search, scrape, and interact endpoints with confirmed parameters, types, and examples sourced from the SDK code and v2 OpenAPI spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015LrWqx4unfQtJG74egnXPK
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-quickstart/search,scrape, andinteractendpoints with confirmed parameters, types, realistic examples, and language-specific notesDetails
Five new files:
agent-quickstart/node.mdx— firecrawl@4.34.0agent-quickstart/python.mdx— firecrawl-py@4.22.1agent-quickstart/rust.mdx— firecrawl crate@2.14.0agent-quickstart/java.mdx— firecrawl-java@1.14.0agent-quickstart/elixir.mdx— firecrawl hex@1.9.1Each quickstart follows a consistent structure: Install → Authenticate → When To Use What → Search (with parameters table) → Scrape (with parameters table) → Interact (with parameters table) → Notes → Source Of Truth.
Language-specific differences documented:
interactonly supportscode, notprompt(matching the OpenAPI spec)promptas an alternative tocodefor interactscrape_and_extract_from_url,search_and_scrape,interact_with_scrape_browser_session)Test plan
.mdxfile renders correctly in MintlifyGenerated by Claude Code