Create an agent to automate tasks, answer questions, or help users accomplish goals. The creation wizard guides you through the essential configuration.Documentation Index
Fetch the complete documentation index at: https://prismeai-docs-next.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Starting the Wizard
- Open Agent Creator
- Click Create Agent in the top right
- Choose how to start:

| Option | Description |
|---|---|
| From Scratch | Walk through the wizard step by step |
| Import AGENTS.md | Upload an exported agent configuration file |
Wizard Steps
1. Choose a Profile
Select the complexity level for your agent:Simple
Simple
Single-turn responses without tools. Best for:
- FAQ bots
- Simple Q&A
- Text generation tasks
Light Agent
Light Agent
Multi-turn conversations with basic tool use. Best for:
- Task-oriented assistants
- Document search and retrieval
- Simple workflows
Full Agent
Full Agent
Advanced autonomy with planning and reflection. Best for:
- Complex research tasks
- Multi-step workflows
- Tasks requiring judgment
Orchestrator
Orchestrator
Coordinates multiple agents. Best for:
- Multi-domain problems
- Specialized agent teams
- Enterprise workflows
2. Name and Description
Give your agent an identity:- Name - A clear, descriptive name (e.g., “HR Policy Assistant”)
- Description - What the agent does and who it’s for
3. Select a Model
Choose the AI model that powers your agent. Your organization may have specific models available. Consider:- Capability - More powerful models handle complex reasoning better
- Speed - Faster models respond more quickly
- Cost - Usage is typically metered by tokens processed
Model availability depends on your organization’s configuration. Contact your admin if you need access to additional models.
4. Write Instructions
Define how your agent should behave. This is your agent’s “personality” and guidelines.After Creation
Your new agent opens in the workspace, where you can:- Test it - Open the Playground and start a conversation
- Add capabilities - Connect knowledge bases and tools
- Refine instructions - Improve based on testing
- Publish - Make it available to others
Importing Agents
To import an existing agent:- Click Create Agent
- Select Import AGENTS.md
- Choose your
.agents.mdor.mdfile - Click Import
AGENTS.md is the portable format for agent configurations. Export any agent to get this file and share it or version control it.
Exporting Agents
To export an agent:- Open the agent’s workspace
- Click the menu (three dots) in the header
- Select Export
.agents.md file containing:
- Name and description
- Instructions
- Model configuration
- Tool and knowledge base references
Next Steps
After creating your agent:Write better instructions
Learn prompt engineering techniques for effective agent behavior
Add capabilities
Connect tools and knowledge bases to extend what your agent can do