Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt

Use this file to discover all available pages before exploring further.

Step 1: Create your project

Go to InsForge Cloud

Visit insforge.dev and create a free account
Once logged in:
1

Create Project

Click “Create New Project”
2

Wait for Backend

Your backend will be ready in ~3 seconds
3

Copy Project ID

You’ll be redirected to the project console — copy the Project ID from the browser URL:
https://insforge.dev/dashboard/project/<your-project-id>
You’ll need this Project ID in Step 2. From your project directory, link your local code to your InsForge project. Replace <your-project-id> with the ID from Step 1.
npx @insforge/cli link --project-id <your-project-id>
Running through npx keeps the CLI out of your global install path. The link file ends up in the current directory and tells subsequent commands which project they belong to.

Step 3: Verify Installation

Send the following prompt to your AI coding agent to verify the setup: I'm using InsForge as my backend platform. Read the current directory, make sure InsForge skills are installed, and use InsForge CLI for backend tasks.

Learn More

To explore the full capabilities of the InsForge CLI:
npx @insforge/cli --help