Use this API to update identity fields (Documentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
name, description, enabled) on the root agent document. No new version is created. Use Update Agent Version for behavioral edits.
Works for both custom and built-in agents, but built-in agents only support updating enabled. Server-managed fields (id, apiKey, managedBy, metadata, version, createdAt, updatedAt) cannot be set through this endpoint.
POST https://api.velt.dev/v2/agents/update
name, description, or enabled should be provided.
| Field | Type | Description |
|---|---|---|
data.agentId | string | The ID of the updated agent |
INVALID_ARGUMENT (sending name or description for a built-in agent — only enabled is allowed) / NOT_FOUND (agent does not exist).