Quickstart
Build your first organization and project in minutes.
1. Sign up
Open Studio and sign up with email + password, or one-click sign-in with Google / GitHub.
Once you sign up, 1VEC creates an organization for you automatically (you are its owner) — no invite code needed.
Teams with an existing identity system (e.g. an enterprise IdP) can sign in via OIDC, with an account provisioned just-in-time (JIT) on first visit.
2. Create a project
Inside your organization, create a Project. A project is the container for issues and workflows; an organization can have many.
3. Create an issue
Create an issue on the project board. Every issue has:
- Status:
triage→backlog→todo→in_progress→in_review→done/canceled - Priority:
p0–p4(required when leaving triage) - Labels:
bug/feature/task - Assignee: a person or an AI
Drag a card to change its status.
4. Draw a workflow
Create a Workflow in the project and open the canvas:
- Add nodes (delivery steps) and arrange them.
- Connect edges to establish dependencies.
- Color nodes by status and outcome, and mark milestones.
5. Invite members
On the organization members page, invite by the email the person signed up with. The invitee must already have a 1VEC account; once they join, they collaborate by role (owner / member).
Next steps
- Want AI to read and write issues directly? See MCP integration.
- Integrating programmatically? See API conventions.