Add agent quickstart docs for all SDK languages - #1467
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 one canonical quickstart per SDK language (Node.js, Python, Rust, Java, Elixir) in agent-quickstart/. Each file covers search, scrape, and interact endpoints with confirmed parameters from SDK source and the v2 OpenAPI spec. SDK versions documented: - Node.js (firecrawl v4.41.0) - Python (firecrawl-py) - Rust (firecrawl v2.21.0) - Java (firecrawl-java v1.18.0) - Elixir (firecrawl v1.11.0) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CRE4N71u5hkWNSkwD7Wuxt
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
Author
|
CI status: The "Locale literals and extraction-hostile markdown" check is red, but this is a pre-existing failure on the base branch — the same check fails identically on every recent PR (#1465, #1466). All flagged files are in locale directories ( The "Mintlify Deployment" and "Mintlify Validation - link-rot" checks are still in progress. Generated by Claude Code |
This branch was successfully deployed
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/: Node.js, Python, Rust, Java, and Elixirsearch,scrape, andinteractendpoints with every confirmed parameter from SDK source and the v2 OpenAPI specSDK versions documented
firecrawlfirecrawl-pyfirecrawl(crate)firecrawl-javafirecrawl(hex)Source of truth
Parameters and method signatures were extracted from SDK source code (primary) and cross-referenced against the v2 OpenAPI spec at
api-reference/v2-openapi.json(secondary). No parameters were inferred across languages — each file documents only what that SDK's source confirms.New files
agent-quickstart/node.mdxagent-quickstart/python.mdxagent-quickstart/rust.mdxagent-quickstart/java.mdxagent-quickstart/elixir.mdxNotes
agent-quickstart/directory is not yet added todocs.jsonnavigation — add it when ready to publishinteract(nopromptparameter), which is documented explicitly🤖 Generated with Claude Code
https://claude.ai/code/session_01CRE4N71u5hkWNSkwD7Wuxt
Generated by Claude Code