Backport: docs(observability): add Respan provider page#15205
Merged
Conversation
This PR adds (and rebrands) the **Respan** observability provider page for the AI SDK. It supersedes the prior \"Keywords AI\" version of this PR — Keywords AI rebranded to Respan earlier this year. ## What changed since the original The original draft of this PR referenced an npm package (\`@keywords-ai/sdk\`) and an install pattern that didn't match what's actually shipped. This rewrite uses the real, published Respan packages: - \`@respan/respan\` - \`@respan/instrumentation-vercel\` Tone has also been neutralized to match recently-merged sibling pages (Maxim, MLflow, Langfuse, Confident AI) — factual setup steps, no marketing copy, no embedded screenshots. ## Files - **Add** \`content/providers/05-observability/respan.mdx\` — provider page covering tracing setup (Next.js + Serverless), the OpenTelemetry-based AI SDK instrumentation, and optional gateway routing - **Update** \`content/providers/05-observability/index.mdx\` — remove the old \"Keywords AI\" entry, insert \"Respan\" alphabetically - **Delete** the previous \`keywordsai.mdx\` (rebranded) ## Notes for reviewers - The integration uses the AI SDK's \`experimental_telemetry\` hook and the standard \`instrumentation.ts\` register pattern - The packages are public on npm and stable - Live integration docs on Respan's side: https://www.respan.ai/docs/integrations/vercel-ai-sdk - Example projects: https://github.com/respanai/respan-example-projects/tree/main/typescript/tracing/vercel-ai-sdk Happy to make any structural adjustments — let me know. --------- Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
aayush-kapoor
approved these changes
May 12, 2026
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.
This is an automated backport of #10004 to the release-v6.0 branch. FYI @fran3cc