Clone Flow Template

Clone a flow template onto an agent as a new draft graph.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

idstringRequired

Request

This endpoint expects an object.
agent_idstringRequired
The agent that receives the cloned graph as a new draft.

Response

The agent's new draft graph.
versionobject
One published or draft revision of an agent's flow graph.
nodeslist of objects
edgeslist of objects
variableslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error