Get started with CreateOS on Stripe Projects
Add CreateOS to your Stripe project and start deploying cloud infrastructure in seconds, with no signup and no manual setup.
1. Add CreateOS to your project
stripe projects add createos/projectThis creates your CreateOS account and injects credentials into your .env automatically.
2. Check your account
createos whoamiHey, you@example.com!
Email you@example.com
Plan free-plan
Member since July 10, 20263. Pick a plan
| Plan | Price |
|---|---|
| Free | $0 |
| Beginner | $10/month |
| Pro | $75/month |
| Enterprise | $200/month |
stripe projects add createos/pro-monthly4. Upgrade or downgrade anytime
# Upgrade
stripe projects update createos-plan --service enterprise-monthly
# Downgrade
stripe projects update createos-plan --service beginner-monthly
# Switch to free
stripe projects update createos-plan --service freeUpgrades are prorated, so you only pay the difference for the remaining days.
5. Start building
Your credentials are already in .env. The CreateOS CLI picks them up automatically:
createos projects list
createos deployUseful commands
| What | Command |
|---|---|
| Browse plans | stripe projects catalog createos |
| Check status | stripe projects status |
| View credentials | stripe projects env |
| Open dashboard | stripe projects open createos |
| Cancel plan | stripe projects remove createos-plan --yes |
How it works
- Run
stripe projects add createos/pro-monthly. - Stripe handles billing and creates your account.
- Credentials are injected into
.env: - The CreateOS CLI reads these automatically, so no config is needed.
That's it. From zero to deployed in under a minute.