Skip to content

docs: add LangDB AI Gateway as a tracing provider #1224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 25, 2025
Merged

Conversation

MrunmayS
Copy link
Contributor

@MrunmayS MrunmayS commented Jul 23, 2025

Adds LangDB AI Gateway to the External tracing processors list so developers can stream Agent‑SDK traces directly into LangDB’s dashboards.

Highlights

  • End‑to‑end observability of every agent step, tool invocation, and guardrail.

  • Access to 350+ LLM models through a single OpenAI‑compatible endpoint.

  • Quick integration: pip install "pylangdb[openai]"

from pylangdb.openai import init
init()

client = AsyncOpenAI(
    api_key=os.environ["LANGDB_API_KEY"],
    base_url=os.environ["LANGDB_API_BASE_URL"],
    default_headers={"x-project-id": os.environ["LANGDB_PROJECT_ID"]},
)
set_default_openai_client(client)     
image

Fixes #1222

Update tracing documentation to include Portkey AI and LangDB AI integration links
@MrunmayS
Copy link
Contributor Author

hey @rm-openai! can you take a look at this? TIA

@seratch seratch added the documentation Improvements or additions to documentation label Jul 24, 2025
@seratch seratch requested a review from rm-openai July 24, 2025 05:59
mutahirshah11 and others added 3 commits July 24, 2025 19:07
Automated update of translated documentation

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@rm-openai rm-openai merged commit 430dbaa into openai:main Jul 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add LangDB AI as tracing Provider in docs
4 participants