Developer

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

  1. In your project, go to Add Resource and choose Agent
  2. Give it a name and select a project
  3. Open the agent — it creates the folder structure automatically
  4. Configure the model, write instructions, and start chatting

Guides