Create new agent graph
Create a new agent graph within the given project.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
Headers
LD-API-Version
Version of the endpoint.
Allowed values:
Request
Agent graph object to create
key
A unique key for the agent graph
name
A human-readable name for the agent graph
description
A description of the agent graph
rootConfigKey
The AI Config key of the root node. A missing root implies a newly created graph with metadata only.
edges
The edges in the graph. If edges or rootConfigKey is present, both must be present.
Response
Agent graph created
key
A unique key for the agent graph
name
A human-readable name for the agent graph
createdAt
updatedAt
description
A description of the agent graph
rootConfigKey
The AI Config key of the root node
edges
The edges in the graph