Skip to main content
POST
/
api
/
v1
/
runtime
/
agents
/
{id}
/
clone
Duplicate agent (Clone on server)
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/agents/{id}/clone

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Agent UUID to duplicate

Response

201

Agent duplicated successfully.