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
{ "id": "019e2d67-ff4d-7251-bce5-dfdec8e1991b", "agent_id": "", "status": "idle", "metadata": { "is_test_run": false, "ls_user_id": "33499cf9-4c02-49af-909d-b8f42e051eab", "skip_memory_write_protection": false, "tenant_id": "ebbaf2eb-769b-4505-aca2-d11de10372a4" }, "created_at": "2026-05-15T20:50:50.832351+00:00", "updated_at": "2026-05-15T20:50:50.832351+00:00" }
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