mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
No Proper guideline about how to integrate Langsmith Trace Processor with OpenAI Agents SDK #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DanielHashmi on GitHub (Jul 24, 2025).
The code in the docs is not working directly, and there is no guide about how to set api keys and base urls, nothing is clear, very confusing quick start and no further details about how to actually run the code no guidance
@angus-langchain commented on GitHub (Aug 19, 2025):
@DanielHashmi what is not working? Can you expand on what issues you're seeing
@DanielHashmi commented on GitHub (Aug 21, 2025):
@angus-langchain Thank you for following up. I was experiencing difficulties with API key configuration while following the integration guide at https://docs.smith.langchain.com/observability/how_to_guides/trace_with_openai_agents_sdk for integrating LangSmith Trace Processor with the OpenAI Agents SDK.
The main issue was that the integration page lacked clear instructions on:
After conducting additional research, I discovered that I needed to generate an API key and set it as
LANGSMITH_API_KEY=, which resolved the integration issues.While I was ultimately able to get it working, I believe the integration page could be improved by including clearer guidance on API key setup and configuration, or links where we can access information about this. This would help other developers avoid similar confusion and streamline the integration process.