Deploy copaw
Your Personal AI Assistant; supports multiple chat apps
Just deployed
/app/working
Deploy and Host CoPaw on Railway
About Hosting
CoPaw is deployed on Railway using the official Docker image agentscope/copaw:v0.2.0.post1. Railway provides managed infrastructure with automatic HTTPS, persistent volumes, and public domain routing — making it ideal for self-hosted AI assistants.
Why Deploy
- Uses the official upstream Docker image directly
- Pins to a specific version tag for predictable upgrades
- Persists CoPaw data by mounting
/app/working - Exposes HTTP service through Railway's managed public domain
Common Use Cases
- Personal assistant automation
- Multi-agent and skills workflows
- Self-hosted AI workspace with persistent state
Dependencies for CoPaw
- Docker image:
agentscope/copaw:v0.2.0.post1 - Runtime: Python application with web console
- Platform: Railway managed deployment with public HTTPS domain
Deployment Dependencies
| Service | Image | Port | Volume |
|---|---|---|---|
| copaw | agentscope/copaw:v0.2.0.post1 | 8088 | /app/working |
Verification
- Service status:
SUCCESS - Domain:
https://copaw-production-0985.up.railway.app GET /status:200GET /openapi.jsonstatus:404(docs disabled by default)
Template Content
