Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request POST \
--url https://api.smith.langchain.com/v1/deepagents/threads/{threadID}/runs \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'{}Start a run on the thread. This endpoint is proxied to the upstream agent runtime and accepts its run payload. Include the assistant or agent identifier and run inputs in the request body.
curl --request POST \
--url https://api.smith.langchain.com/v1/deepagents/threads/{threadID}/runs \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'{}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?