Connecting Tools
Integrate Agiflow into your daily loop. Enable your AI assistants to see project state, share the board, and follow your architectural rules.
01 — Quick Setup
Add this configuration to your environment settings. Use your organization identifier to establish the shared board.
{
"mcpServers": {
"agiflow": {
"url": "https://api.agiflow.io/api/v1/organizations/{orgId}/mcp"
}
}
}On your first request, Agiflow will trigger a secure browser sign-in. This establishes a persistent, encrypted session for your workspace.
Secure Transport
All communication is encrypted and strictly scoped to your organization boundaries.
02 — Access Levels
/organizations/{orgId}/mcp/projects/{projectId}/mcp/work-units/{workUnitId}/mcp/tasks/{taskId}/mcp03 — Verification
Standard Sign-in
Recommended for interactive tools like Claude and Cursor. Handles secure token rotation and workspace selection automatically.
- Multi-workspace support
- Zero configuration
- Persistent sessions
Access Keys
Best for automated scripts or headless assistants. Generate long-lived keys from your workspace settings for direct authentication.
"headers": {
"Authorization": "Bearer {key}"
}Ready to share the board?
Initialize your environment by connecting your primary AI assistant. Start collaborating on your first project today.