Create Your First Agent
Agents are the core of Kopai. This guide walks you through creating an agent from scratch.
Step 1 — Open your Organization Dashboard
From the sidebar, navigate to your organization dashboard, and click on Create Agent to start the Agent Creation workflow.

Step 2 — Name your agent
Type a name for your agent. The name is shown to users when they discover or chat with it. Click Continue (or press Enter).
Suggestion chips are shown below the input — click one to auto-fill a name like "Customer Support Bot" or "Research Assistant".

Step 3 — Add a description
Write a one-line description that tells users what your agent does. This appears on the marketplace and in agent listings.
Click Launch Agent (or press Cmd/Ctrl+Enter). You can also click Skip to leave the description blank for now.

Step 4 — Wait for the agent to build
Kopai creates your agent in the background. You'll see an animated building screen for a few seconds.
Step 5 — Configure your agent in the Agent Builder
Once built, you land in the Agent Builder — a two-panel editor. The left panel has five tabs for configuration; the right panel lets you preview and test your agent in real time.
Core tab
The Core tab has the essential settings:
| Field | Description |
|---|---|
| Name | Your agent's display name |
| Description | One-line summary shown to users |
| Category | Used for marketplace filtering |
| Privacy | Private (org only) or Public (marketplace) |
| Model | The AI model powering this agent |

Instructions tab
This is where you write the system prompt — the internal instructions that tell the AI how to behave. Users never see this.
You can also add up to four Starter Prompts: clickable suggestions shown to users when they open a new chat.

:::tip Write a clear system prompt A good system prompt defines the agent's role, tone, and scope. Example:
You are a research assistant specialized in summarizing academic papers.
When given a paper or topic, provide a structured summary with: key findings,
methodology, and limitations. Always cite your sources.
:::
Capabilities tab
Toggle the tools your agent can use:
- Web Search — lets the agent search the internet for current information
- Knowledge Base — grounds answers in uploaded documents
- Subagents — lets this agent delegate tasks to other agents
- App Integrations — connect GitHub, Slack, Notion, and 200+ apps (via Composio)

Step 6 — Preview your agent
In the right panel, the Preview tab lets you chat with your agent live as you configure it. Try sending a test message to see how it responds.

Step 7 — Save your agent
Click Save in the top-right of the Agent Builder to save your changes.

Next steps
- Publish Your Agent to the Marketplace → — make your agent public
Feature reference
- Agents → — full reference for every Agent Builder setting
- Knowledge Base → — upload documents and index URLs for your agent
- Memory → — how Kopai retains context from past conversations
- Marketplace → — browse agents built by others for inspiration