Configure enterprise role-based access control for Lindy AI. Use when setting up team permissions, managing access, or implementing enterprise security policies. Trigger with phrases like "lindy...
Lindy organizes access around workspaces where agents live. Team members are assigned roles that control who can create, modify, run, or observe agents and their execution history. Enterprise features add SSO, SCIM, audit logs, and granular permission controls.
| Role | Create Agents | Edit Agents | Run Agents | View Tasks | Manage Team |
|---|---|---|---|---|---|
| Owner | Yes | Yes | Yes | Yes | Yes |
| Editor | Yes | Yes | Yes | Yes | No |
| Viewer | No | No | No | Yes | No |
| Org Role | Lindy Role | Rationale |
|---|---|---|
| Engineering Lead | Owner | Full workspace control |
| Developer | Editor | Build and modify agents |
| Ops/Support | Editor | Run agents and configure workflows |
| Manager | Viewer | Monitor task execution and metrics |
| Stakeholder | Viewer | Read-only access to results |
Pro plan: Each additional seat costs $19.99/month Enterprise plan: Custom pricing with bulk seat discounts
Use folders to organize agents by team, function, or environment:
Workspace: Acme Corp Production
βββ Support/
β βββ Email Triage Agent
β βββ FAQ Chatbot
β βββ Escalation Agent
βββ Sales/
β βββ Lead Router
β βββ Follow-up Agent
β βββ Meeting Scheduler
βββ Operations/
β βββ Daily Report Agent
β βββ Monitoring Agent
β βββ Data Pipeline Agent
βββ Shared/
βββ Knowledge Base Agent
βββ Notification Agent
Folder permissions: Share folders with specific team members to control visibility. Agents in private folders are only visible to the folder owner.
Each agent can be shared independently:
| Sharing Level | Who Gets It | What They Can Do |
|---|---|---|
| Edit access | Team collaborators | Edit agent, see all tasks |
| User access | Agent consumers | Run agent, trigger workflows |
| Template | Anyone with link | Make a copy (no access to original) |
Control which team members can use shared integration connections:
Create separate API keys per integration purpose:
| API Key | Purpose | Scope | Rotation |
|---|---|---|---|
lnd_prod_app_xxxx |
Application webhook triggers | Production only | 90 days |
lnd_prod_ci_xxxx |
CI/CD smoke tests | Test agents only | 90 days |
lnd_prod_monitor_xxxx |
Monitoring/observability | Read-only | 90 days |
Revoke keys immediately when a team member with access leaves the organization.
SSO (Single Sign-On):
SCIM (User Provisioning):
Audit Logs:
Encryption:
When a team member leaves:
Create an access-control register that maps each workspace member and service account to a Lindy role, permitted connections, agent ownership, and the next review date. The register must include the offboarding owner and evidence that departing usersβ sessions, API keys, and shared connections were revoked.
An operations analyst who only needs to inspect task history is assigned Viewer, receives no shared database connection, and is listed for quarterly review. A departing editor is removed from the workspace, their API key is revoked, and ownership of their production agents is transferred before the offboarding ticket is closed.
| Issue | Cause | Solution |
|---|---|---|
403 Forbidden on agent create |
User has Viewer role | Promote to Editor |
| Agent not visible to teammate | Agent in private folder | Move to shared folder |
API key returns 401 |
Key revoked or expired | Generate new key |
| Cannot delete workspace | Not the Owner | Transfer ownership first |
| SSO login fails | SAML misconfigured | Verify IdP metadata and assertions |
| SCIM not syncing | Endpoint URL wrong | Check SCIM endpoint in IdP config |
Proceed to lindy-migration-deep-dive for platform migration strategies.