Skip to content
LogoLogo

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/project

This creates your CreateOS account and injects credentials into your .env automatically.

2. Check your account

createos whoami
Hey, you@example.com!

  Email         you@example.com
  Plan          free-plan
  Member since  July 10, 2026

3. Pick a plan

PlanPrice
Free$0
Beginner$10/month
Pro$75/month
Enterprise$200/month
stripe projects add createos/pro-monthly

4. 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 free

Upgrades 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 deploy

Useful commands

WhatCommand
Browse plansstripe projects catalog createos
Check statusstripe projects status
View credentialsstripe projects env
Open dashboardstripe projects open createos
Cancel planstripe projects remove createos-plan --yes

How it works

  1. Run stripe projects add createos/pro-monthly.
  2. Stripe handles billing and creates your account.
  3. Credentials are injected into .env:
  4. The CreateOS CLI reads these automatically, so no config is needed.

That's it. From zero to deployed in under a minute.