The agent is created using agent builder and has some api url xxlanggraph.app but when i use the langsmith api key and curl it for auth it says 200 ok but when calling threads endpoint it says forbidden
curl -I ‘https://xxxx..langgraph.app/’ \
–header ‘X-Auth-Scheme: langsmith-api-key’ \
–header ‘X-Api-Key: apikey’ \
–header ‘X-Langsmith-Passthrough: true’
this give 200
but threads say forbidden