Prerequisites
- Git
- Docker & Docker Compose
Setup
Configure environment
cp .env.example .env Edit .env to set your desired admin email, password, and other
settings.Access the services
Once setup completes, the following services are available:| Service | URL |
|---|---|
| Frontend | http://localhost:3000 |
| Backend API | http://localhost:3001 |
| Swagger Docs | http://localhost:3001/api/docs |
| MinIO Console | http://localhost:9001 |
admin@placet.local / changeme (configurable in .env)
Send your first agent message
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
