Add agent quickstart docs for all SDK languages - #1417
Draft
ericciarla wants to merge 1 commit into
Draft
ericciarla wants to merge 1 commit into
ericciarla wants to merge 1 commit into
Conversation
Add canonical agent quickstart documents for Node.js, Python, Rust, Java, and Elixir in agent-quickstart/. Each file covers search, scrape, and interact with complete parameter references sourced from SDK code and the v2 OpenAPI spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V8cSjbSzbdGnrWhhQ2Xg84
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
Author
|
The "Locale literals and extraction-hostile markdown" check is failing, but this is a pre-existing issue on the base branch — not caused by this PR. All 14 findings are in locale files ( This PR only adds new files in Generated by Claude Code |
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
Adds canonical agent quickstart documents for all five SDK languages in a new
agent-quickstart/directory:agent-quickstart/node.mdx— Node.js/TypeScriptagent-quickstart/python.mdx— Pythonagent-quickstart/rust.mdx— Rustagent-quickstart/java.mdx— Javaagent-quickstart/elixir.mdx— ElixirEach file covers
search,scrape, andinteractwith:Source of truth
All content was generated from:
firecrawl/apps/*-sdk/api-reference/v2-openapi.jsonNotable findings
interact()requirescode— does not support thepromptparameter. Documented with a note suggesting REST API fallback for prompt-based interaction.interact_with_scrape_browser_sessionrequirescode, nopromptsupport. Documented with a rawReq.postworkaround.scrape_and_extract_from_url,search_and_scrape). Documented exactly as they appear in source.Not included
These files are not yet wired into
docs.jsonnavigation — they can be added to the nav tree in a follow-up once the content is reviewed.🤖 Generated with Claude Code
https://claude.ai/code/session_01V8cSjbSzbdGnrWhhQ2Xg84
Generated by Claude Code