docs: improve IA for AI agent builders — add developer quick start#14
Open
ekline[bot] wants to merge 1 commit into
Open
docs: improve IA for AI agent builders — add developer quick start#14ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
…p for AI agent builder persona
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
A persona-based information architecture review identified that the AI Agent Builder persona — Fastn's primary target audience — has no code-first entry point in the documentation. The entire Python SDK, CLI, and MCP programmatic setup are undocumented in
docs/. This PR adds a Developer Quick Start page and places it as the first item under "Getting started" in the navigation.Persona context
AI Agent Builder — An intermediate-to-senior developer integrating Fastn's SDK or MCP server into an AI agent to give it access to 250+ enterprise tools. Their goal is to install the SDK, configure auth, and make their first tool call as fast as possible.
Top 3 findings from IA review
SUMMARY.md,your-first-automation.mdWhat this PR fixes
Finding #1: Creates
getting-started/developer-quick-start.mdcovering:pip install fastn-aiand configuration (env vars + CLI login)fastn.slack.send_message)get_tools_for()tenant_idAlso updates
SUMMARY.mdto place "Developer Quick Start" as the first item under "Getting started", giving the AI Agent Builder persona immediate visibility.Remaining items (follow-up work)
How to verify
pip installto a working LLM tool-calling loop in 6 stepsfastn-sdk/python/fastn/client.py)