Running into basic access problem with new key created

I am trying to test out Langsmith by running it with a simple example, with a new key created with my personal account. I have double checked that I copy and pasted the key properly.

However, I keep on getting this error:

WARNING:langsmith.client:Failed to send compressed multipart ingest: langsmith.utils.LangSmithError: Failed to POST https://api.smith.langchain.com/runs/multipart in LangSmith API. HTTPError(‘403 Client Error: Forbidden for url: https://api.smith.langchain.com/runs/multipart’, ‘{“error”:“Forbidden”}\n’)

Hey Felix

To troubleshoot, could you try:

  1. If you’re using a venv, restarting the venv and printing it out with os.environ.get("LANGSMITH_API_KEY")
  2. If that doesn’t work, can you try pasting it directly into the client
1 Like