Skip to main content

agentCreate

Create a new agent with the specified configuration.

Possible errors:

  • AGENT_CREATE_ERROR: Failed to create agent due to system issuesAUTH: Role=[configuration.OWNER]
agentCreate(
input: AgentCreateInput!
): Agent!

Arguments

agentCreate.input ● AgentCreateInput! non-null input

Agent creation data including webhook configuration and behavioral settings.

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.