Introduction
What 1VEC is, and who it is for.
1VEC is a project management & issues workbench for teams — a self-hostable, self-serve, multi-tenant SaaS in the Linear/Jira model: one deployment where every team creates its own organization and projects.
What it solves
A team's work is usually scattered — tasks in one tool, the delivery flow in another, AI in a third. 1VEC pulls all three into one place:
- Issues — status flow, priority, labels, assignees, and comments. Drag to change status.
- Workflow canvas — draw the delivery flow as nodes and dependencies, with milestones, outcome coloring, and conditional branches. See where it is stuck at a glance.
- AI as a first-class operator — a built-in MCP server lets Claude and other agents read and write issues with scoped keys, so humans and AI work in one flow.
The core model
Organization (tenant)
└─ Project
├─ Issue
└─ Workflow
└─ Node ── depends on ──> NodeEvery layer carries an org_id and is strictly isolated at the query layer — the organization is the boundary of tenancy and permissions.
Start here
- Quickstart — sign up, create an organization, and build your first project.
- Core concepts — the model and semantics of organizations, projects, issues, and workflows.
- API conventions — version prefixes, unified responses, error codes, and auth.
- MCP integration — connect 1VEC to Claude Code and other agents.