Creating an Agent with Pawa AI
To create an agent, you typically define:-
Name and Description
A clear name and concise description help identify the agent’s purpose. -
Instructions
Specific rules or guidance for how the agent should behave. -
Intents and Capabilities
Optionally define what the agent is capable of doing — for example, answering questions, performing calculations, or interacting with external systems. -
Tools and Integrations
Optionally list external tools the agent can use to perform its tasks. You can put custom or built-in tools -
Knowledge Base ID as References
Optionally if the agent needs access to a knowledge base, provide references or IDs to the relevant data sources.
Create Agent Request
You can create a Pawa AI agent by sending aPOST request to the API endpoint. Below is an example:
You can quickly test this endpoint in the API reference: Try it in the API Reference