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
maintainerId
The ID of the member who maintains this agent graph
maintainerTeamKey
The key of the team that maintains this 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
_maintainer
rootConfigKey
The AI Config key of the root node
edges
The edges in the graph