How to connect my n8n to LangSmith (for tracking)

hunyaochong
HOBBY

21 days ago

I have tried setting up the env var and also put in my API key, but the n8n project is still not showing up in LangSmith dashboard

$10 Bounty

1 Replies

harshaagrawal20
FREE

21 days ago

  • Set LANGCHAIN_API_KEY and LANGCHAIN_PROJECT as environment variables in n8n.

  • Use LangchainTracer or langsmith in your n8n function nodes or scripts.

  • Confirm LangSmith is initialized correctly in your code.

  • Check for errors in n8n logs.

  • Ensure your API key has proper access to LangSmith.


How to connect my n8n to LangSmith (for tracking) - Railway Help Station