Use this API to fetch a single agent or list agents in your workspace. The endpoint behaves differently based on the provided 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.
agentId provided: returns a single agent. For custom agents, the response merges identity + behavioral fields from the version subcollection. For built-in agents, only sanitized public fields are returned.agentId omitted: returns a list of agents with identity-only fields. Optionally filter by filter (default vs custom) and/or groupId (members of an agent group).metadata.internal: true (e.g. crawler, screenshot) are excluded from list responses but can still be fetched individually.
POST https://api.velt.dev/v2/agents/get
instructions, contextGathering, execution, postProcess, response, payloadSchema, supportedVariables) are stripped.
NOT_FOUND (agent or group not found) / INVALID_ARGUMENT (invalid filter value).