Access Control

Control which agents can access which connectors and credentials — per-agent permission management.

Access control determines which agents can use which connectors and credentials. This ensures sensitive integrations are only available to agents that need them.

How Access Control Works

Each connector and credential has a list of authorized agents. Only agents on the list can access the resource. Unauthorized agents cannot see or use the connector.

Granting Access

  1. Go to Settings → Connectors (or Credentials)
  2. Click on the connector/credential
  3. Open the Access tab
  4. Select which agents should have access
  5. Set the permission level:
LevelCan Do
ReadRead credential values, use the connector
WriteRead + update credential values
AdminFull control including deletion

Best Practices

  • Least privilege — Give agents only the access they need
  • Role-based — Group access by agent role (e.g., only the Developer agent gets database credentials)
  • Review regularly — Audit access lists when adding new agents or connectors
  • Separate environments — Use different credentials for production vs staging

Audit Logging

Every credential access is logged:

  • Who — Which agent accessed it
  • When — Timestamp of access
  • What — Which credential was retrieved
  • Context — The session where access occurred

Review audit logs in the connector/credential details page.