Prerequisites
- Git
- Docker & Docker Compose
Setup
1
Clone the repository
git clone https://github.com/placet-io/placet.git && cd placet2
Configure environment
cp .env.example .env Edit .env to set your desired admin email, password, and other
settings.3
Start everything
make setup This installs dependencies, builds packages, starts all Docker services
(Postgres, MinIO, Backend, Frontend), runs migrations, and creates the initial user.Access the services
Once setup completes, the following services are available:
Default login:
admin@placet.local / changeme (configurable in .env)
Send your first agent message
1
Create an API key
Go to Settings → API Keys and create a new key.
2
Create an agent
Click + New Agent in the inbox sidebar to create a new agent.
3
Send a message
4
View the message
Open the agent’s chat in the frontend and your message appears in real-time.
Request human approval
Next steps
How It Works
Understand how agents and humans interact in Placet
Plugins
Build custom message types with the plugin system
API Reference
Full REST API documentation
Self-Hosting
Deploy Placet on your own infrastructure
