Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
A valid request URL is required to generate request examples{
"agent_id": "<string>",
"commit_hash": "<string>",
"config": {
"configurable": {
"backend_type": "<string>",
"llm_model_config": {},
"sandbox_proxy_profile_ids": [
"<string>"
],
"triggers_paused": true,
"user_email": "<string>",
"user_name": "<string>",
"user_timezone": "<string>"
}
},
"created_at": "<string>",
"description": "<string>",
"files": {},
"graph_id": "<string>",
"metadata": {
"agent_type": "<string>",
"agent_version": "<string>",
"icon": "<string>",
"icon_color": "<string>",
"shared_read_users": [
"<string>"
],
"shared_run_users": [
"<string>"
],
"shared_update_users": [
"<string>"
],
"tenant_access_level": "<string>",
"visibility_scope": "<string>"
},
"name": "<string>",
"owner_id": "<string>",
"updated_at": "<string>"
}Create an agent, optionally seeded with an initial file tree. The write is atomic — validation runs before any persistence. The full file tree is omitted from the response by default; pass ?include=files to include it.
A valid request URL is required to generate request examples{
"agent_id": "<string>",
"commit_hash": "<string>",
"config": {
"configurable": {
"backend_type": "<string>",
"llm_model_config": {},
"sandbox_proxy_profile_ids": [
"<string>"
],
"triggers_paused": true,
"user_email": "<string>",
"user_name": "<string>",
"user_timezone": "<string>"
}
},
"created_at": "<string>",
"description": "<string>",
"files": {},
"graph_id": "<string>",
"metadata": {
"agent_type": "<string>",
"agent_version": "<string>",
"icon": "<string>",
"icon_color": "<string>",
"shared_read_users": [
"<string>"
],
"shared_run_users": [
"<string>"
],
"shared_update_users": [
"<string>"
],
"tenant_access_level": "<string>",
"visibility_scope": "<string>"
},
"name": "<string>",
"owner_id": "<string>",
"updated_at": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Comma-separated includes. Supported: files
Agent metadata, config, and optional file tree
Was this page helpful?