Skip to content

docs(ag-ui): add a deployment guide and stop modelling a bundled API key - #1099

Merged
blove merged 1 commit into
mainfrom
blove/vibrant-kepler-55f7cc
Sep 16, 2026
Merged

blove merged 1 commit into
mainfrom
blove/vibrant-kepler-55f7cc

Conversation

@blove

@blove blove commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds docs/ag-ui/guides/deployment, the AG-UI counterpart of the LangGraph deployment guide: an endpoint you own in front of the agent server, user identity passed through it, CORS on the agent server, error handling on error().kind and retryable, recovery after a dropped stream, hosting, CI/CD, monitoring, and a checklist.
  • Registers the page in the AG-UI Guides nav between Testing and Troubleshooting.
  • Rewrites the provideAgent() factory example so headers carries a runtime session token instead of an API key read from an environment file, and adds a callout explaining why.

Verification

  • public-copy, docs-content-rules, docs, docs-search-index, and sitemap-dates specs pass.
  • npx nx build website with GROWTH_FORM_POLICY=growth_v1 is green.

🤖 Generated with Claude Code

The AG-UI adapter docs had no deployment or authentication guide, and the
provideAgent() page showed headers carrying an API key read from an
environment file, which is exactly the pattern that ships a secret in the
Angular bundle.

The new guide mirrors the LangGraph deployment guide: an endpoint you own
in front of the agent server, user identity passed through it, CORS on the
agent server, error handling on error().kind and retryable, recovery after
a dropped stream, hosting, CI/CD, monitoring, and a checklist. The
provideAgent() factory example now reads a session token at runtime and a
callout explains why headers is for identity, never a credential.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 16, 2026 2:02am UTC

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove enabled auto-merge (squash) September 16, 2026 01:59
@blove
blove merged commit bba1206 into main Sep 16, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant