Skip to main content

agentUpdate

Update an existing agent's configuration.

Possible errors:

  • AGENT_NOT_FOUND_ERROR: Agent with specified ID does not exist
  • AGENT_UPDATE_ERROR: Failed to update agent due to system issuesAUTH: Role=[configuration.OWNER,configuration.EDITOR]
agentUpdate(
id: ID!
input: AgentUpdateInput!
): Agent!

Arguments

agentUpdate.id ● ID! non-null scalar

Unique identifier for the agent to update.

agentUpdate.input ● AgentUpdateInput! non-null input

Agent update data with optional fields for selective modification.

Type

Agent object

Conversational agent configuration for proxying requests to external webhooks.

Defines the structure, behavior, and webhook integration for an agent that handles user interactions through chat or button triggers, supporting both single-turn and multi-turn conversation patterns.