Quickstart Guide

Deploy your first service to Forte Platforms in under 5 minutes.

Step 1: Create a Project

Projects group related services together.

forte projects create my-app

Step 2: Create a Service

Link your GitHub repository:

forte services create my-service \
  --project my-app \
  --repo github.com/username/repo \
  --branch main
Auto-Deploy

Forte automatically deploys when you push to the configured branch.

Step 3: Deploy

Trigger your first deployment:

forte deploy my-service

Step 4: Monitor

View deployment status:

forte deployments list my-service

Or check the web console.

What's Next?