Getting Started with Copilotz
Welcome to Copilotz! This guide will walk you through the steps to set up your first Copilotz agent and integrate it with WhatsApp. By the end of this guide, you will have an AI-powered agent up and running, ready to respond to WhatsApp messages using your APIs.
To get started, you’ll need to sign up for an account and retrieve your API key. Follow these steps:
ABC123
).Note: If you’re on the free tier, you can use the provided WhatsApp sandbox number for testing. To link your own WhatsApp number for production, you will need to subscribe to a paid plan.
Once you’ve signed up and obtained your API key, it’s time to connect your Copilotz agent to WhatsApp.
In the free tier, you can use Copilotz’s default WhatsApp number to test your integration:
ABC123
).channels
resource to manage this test channel and set up the allowList property to control which users can send messages to this number.Example API call to update the allowList for your testing channel:
Now, any phone number added to the allowList can send and receive messages to/from the testing WhatsApp number (ABC123
).
If you’ve subscribed to a paid plan, you can link your own WhatsApp number to Copilotz. Here’s how:
Example API call to view the channel associated with your WhatsApp number:
Once WhatsApp is set up, it’s time to create your first Copilotz agent. This agent can be a transcriber, chatbot, task manager, or function call handler.
Here’s how to create a simple Chat agent:
Example API call to create a Copilotz agent:
Note: You can configure workflows for Task Manager agents, allowing them to follow specific steps to complete tasks. More details can be found in the Workflows section.
Actions define what your Copilotz agents can do. For example, a Function Call agent might execute an API request or a Chat agent might send a pre-defined response to a user’s query.
Example API call to create an action:
Before moving to production, it’s important to test your setup. Copilotz provides a sandbox environment where you can interact with your agents using the provided test WhatsApp number (ABC123
).
To test:
When you’re ready to go live with your own WhatsApp number, simply upgrade to a paid plan. Your existing agents and workflows can be linked to your production WhatsApp number, allowing you to start handling real user interactions.
Now that you have a basic understanding of how to get started with Copilotz, explore the following sections for more advanced topics:
For any additional questions or troubleshooting, visit our FAQ or support pages.
Getting Started with Copilotz
Welcome to Copilotz! This guide will walk you through the steps to set up your first Copilotz agent and integrate it with WhatsApp. By the end of this guide, you will have an AI-powered agent up and running, ready to respond to WhatsApp messages using your APIs.
To get started, you’ll need to sign up for an account and retrieve your API key. Follow these steps:
ABC123
).Note: If you’re on the free tier, you can use the provided WhatsApp sandbox number for testing. To link your own WhatsApp number for production, you will need to subscribe to a paid plan.
Once you’ve signed up and obtained your API key, it’s time to connect your Copilotz agent to WhatsApp.
In the free tier, you can use Copilotz’s default WhatsApp number to test your integration:
ABC123
).channels
resource to manage this test channel and set up the allowList property to control which users can send messages to this number.Example API call to update the allowList for your testing channel:
Now, any phone number added to the allowList can send and receive messages to/from the testing WhatsApp number (ABC123
).
If you’ve subscribed to a paid plan, you can link your own WhatsApp number to Copilotz. Here’s how:
Example API call to view the channel associated with your WhatsApp number:
Once WhatsApp is set up, it’s time to create your first Copilotz agent. This agent can be a transcriber, chatbot, task manager, or function call handler.
Here’s how to create a simple Chat agent:
Example API call to create a Copilotz agent:
Note: You can configure workflows for Task Manager agents, allowing them to follow specific steps to complete tasks. More details can be found in the Workflows section.
Actions define what your Copilotz agents can do. For example, a Function Call agent might execute an API request or a Chat agent might send a pre-defined response to a user’s query.
Example API call to create an action:
Before moving to production, it’s important to test your setup. Copilotz provides a sandbox environment where you can interact with your agents using the provided test WhatsApp number (ABC123
).
To test:
When you’re ready to go live with your own WhatsApp number, simply upgrade to a paid plan. Your existing agents and workflows can be linked to your production WhatsApp number, allowing you to start handling real user interactions.
Now that you have a basic understanding of how to get started with Copilotz, explore the following sections for more advanced topics:
For any additional questions or troubleshooting, visit our FAQ or support pages.