Back to index

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.

Environment config
{ "mcpServers": { "agiflow": { "url": "https://api.agiflow.io/api/v1/organizations/{orgId}/mcp" } } }
💡 Secure Session:

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

Level
Endpoint Pattern
Boundary
Organization
/organizations/{orgId}/mcp
Full access across all projects
Project
/projects/{projectId}/mcp
Isolation to a specific product
Work Unit
/work-units/{workUnitId}/mcp
Restricted to a single feature
Task
/tasks/{taskId}/mcp
Atomic access to one item

03 — 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.

Authorization header
"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.

Support

Need help getting a board connected to your assistant?

Email support

Feedback

Missing a guide for your team’s project setup?

Open an issue

Community

Share how your team plans campaigns, deals, and client work.

Join Discord