Skip to main content
POST
/
v1
/
fleet
/
agents
Error
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.

Query Parameters

include
string

Comma-separated includes. Supported: files

Body

application/json

Agent metadata, config, and optional file tree

config
object
description
string
files
object
graph_id
string
metadata
object
name
string

Response

Created

agent_id
string
commit_hash
string
config
object
created_at
string
description
string
files
object
graph_id
string
metadata
object
name
string
owner_id
string
updated_at
string