Skip to main content
POST
/
api
/
v1
/
marketplace
/
agents
/
{id}
/
install
Install a marketplace template as a new agent
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/marketplace/agents/{id}/install \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Front Desk (custom)"
}
'
{}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

Agent template id (uuid)

Body

application/json

Optional override (e.g. agent name)

Optional override (e.g. agent name)

name
string
Example:

"Front Desk (custom)"

Response

OK

{key}
any