Project resources
Each project has:- an isolated project database
- a logical sandbox pool for executions
- project-scoped object storage
- a managed model gateway configuration
- a generated 20-character lowercase alphanumeric slug
- a data-plane endpoint at
https://{project-slug}.polpo.cloud
Create with the CLI
The CLI wizard handles login, organization and project selection, scaffolding, key creation, linking, and the first deploy:Create with the API
Project creation is a control-plane operation. Send it toapi.polpo.sh, authenticated by a dashboard session or a platform-scoped API key:
*.polpo.cloud endpoint instead of the control-plane URL.
Link a local directory
.polpo/polpo.json, pulls the current remote resources, and writes project credentials to .env.local when that file does not already exist.