Skip to main content
The Agents resource provides complete control over your AI agents—from creation to deployment.

Overview

List Agents

Retrieve all agents you have access to.

Parameters

Response

Get Agent

Retrieve a single agent with all nested resources.

Response Type

Create Agent

Create a new agent with minimal configuration.
After creation, use update() to add configuration, or use the onboarding methods for AI-assisted setup.

Input

Update Agent

Update an agent and all its nested resources. Pass the full configuration—nested resources are fully replaced.

Updating with File Uploads

When updating with files (profile picture or documents), the SDK automatically uses FormData:

Available Update Fields

Delete Agent

Soft-delete an agent.

Deploy Agent

Deploy an agent to a WhatsApp phone number.

Input

Share Agent

Share an agent with another Wassist user.

Unshare

Remove sharing with a user.

Complete Example

Conversations

Manage conversations with your agents.

Concepts: Agents

Understand how agents work.