Add agent quickstart docs for all SDK languages - #1299
Draft
ericciarla wants to merge 1 commit into
Draft
Conversation
One canonical quickstart file per SDK language (Node.js, Python, Rust, Java, Elixir) covering search, scrape, and interact endpoints. Each file includes install instructions, auth patterns, method signatures, working examples, and complete parameter tables sourced from SDK code and the OpenAPI spec. Co-Authored-By: Claude <noreply@anthropic.com>
|
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/: Node.js, Python, Rust, Java, and ElixirDetails
Each quickstart follows a consistent structure:
Language-specific highlights:
SearchDatamigration (.web/.news/.imagesinstead of.data)Default,impl AsRef<str>ergonomics, async/Tokio requirementCompletableFutureasync variantsNotable cross-language differences documented:
promptparameter for interact is available in Node.js, Python, and Rust but not in Java or Elixirlimitdefault varies: 5 (Python), 10 (OpenAPI/Node.js/Java), 20 max (Rust)scrape_and_extract_from_urlvsscrape)Test plan
.mdxfile renders cleanly as a Mintlify docs pageGenerated by Claude Code