Create a copy of an existing agent with all its settings, tools, and configurations. The new agent will be inactive and have "(Copy)" appended to its name.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Path Params
Responses
🟢201
application/json
Agent duplicated successfully
Body
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://snakk-backend-production.up.railway.app/api/agents//duplicate' \
--header'X-API-Key: <api-key>'