Create Account
Sign up, create your first project, and generate an API key.
Sign Up
Go to specforge.com.br (or specforge.tech for the English interface) and create an account with your email, Google, or GitHub.
Once verified, you land on the Project Dashboard — the central hub for everything you build with SpecForge.
Create Your First Project
Click New Project in the top left. Give it a name and an optional description. SpecForge creates the project immediately and takes you to its workspace.
Every project gets:
- A unique Project ID used by the CLI and MCP tools
- A Specifications tab where you define what to build
- An Epics & Tickets board that visualizes your dependency graph
- A Sessions panel to track autonomous implementation progress
- Settings for API keys, team members, and configuration
You can navigate between projects using the sidebar. Each project is independent — its own specifications, its own tickets, its own API keys.
The Dashboard
The project dashboard shows a live overview of your specification progress:
| Section | What it shows |
|---|---|
| Progress Overview | Ticket completion rates by epic |
| Recent Activity | Latest ticket transitions, commits, and session events |
| Dependency Graph | Visual map of ticket relationships and blockers |
| Blocked Tickets | Everything waiting on unfinished dependencies |
Generate an API Key
The CLI and MCP server authenticate with API keys. To create one:
- Open your project and go to Settings > API Keys
- Click Generate New Key
- Copy the key immediately — it’s only shown once
⚠️ Store your API key securely. If you lose it, revoke it from the dashboard and generate a new one.
You’ll use this key in the next step when you connect your coding agent to this project.
✅ You can create multiple API keys per project — useful for separating CI pipelines from local development.
Next Steps
With your account and API key ready, create your first specification.
Next: First Specification →