Browse topics
On this page
Agents
Build AI agents in RightPlace with custom instructions, models, and tool integrations.
Agents
RightPlace agents are AI assistants that live inside your projects. Each agent has its own instructions, model configuration, and tool access. Agents can work individually or as part of a team.
What You Can Build
- Project-specific coding assistants with custom system prompts
- WordPress site managers that know your site’s structure
- Data analysis agents connected to your databases
- Multi-agent teams where specialized agents collaborate
Agent Structure
An agent lives in a folder within your project:
rightplace/agents/my-agent/
├── team.json # Team-level config
├── instructions/
│ └── instructions.md # Team collaboration instructions
├── agents/
│ └── assistant/ # Individual agent
│ ├── agent.json # Agent config
│ └── instructions.md # System prompt
└── sessions/
└── 2026-04-16-a1b2c3d4.json # Chat sessions
Quick Start
- In your project, go to Add Resource and choose Agent
- Give it a name and select a project
- Open the agent — it creates the folder structure automatically
- Configure the model, write instructions, and start chatting
Guides
- Agent Configuration — agent.json reference
- Instructions & Prompts — writing effective system prompts
- Models & Providers — supported AI providers and models
- MCP Servers — connecting tools to your agent
- Teams — multi-agent collaboration