Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.smith.langchain.com/v1/deepagents/threads \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "agent_id": "11111111-1111-1111-1111-111111111111", "options": { "test_run": false, "skip_memory_write_protection": false } } '
201
basic
Create a thread bound to a Managed Deep Agent. Use the returned thread ID to start runs.
Managed Deep Agent ID.
Show child attributes
Thread created.
idle
busy
interrupted
error
Was this page helpful?