Manage team-level access control for Lindy AI agents and automations. Lindy organizes access around workspaces where agents live, with team members assigned Owner, Editor, or Viewer roles that govern who can create, modify, run, or merely observe AI agents and their execution history.
Create separate API keys per integration rather than sharing a single workspace key. Rotate keys on a 90-day schedule and revoke immediately when a team member leaves.
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Issue | Cause | Solution |
|---|---|---|
403 Forbidden on agent create |
User has Viewer role | Promote to Editor in workspace settings |
| Agent not visible to teammate | Agent in private folder | Move to shared team folder or adjust visibility |
API key returns 401 |
Key revoked or expired | Generate new key in workspace settings |
| Cannot delete workspace | Not the Owner | Transfer ownership first via account settings |
Basic usage: Apply lindy enterprise rbac to a standard project setup with default configuration options.
Advanced scenario: Customize lindy enterprise rbac for production environments with multiple constraints and team-specific requirements.
See security implementation details for output format specifications.