Connectors

Connectors expose configured apps and APIs as workflow tools. A connector appears once in the picker, then each workflow step controls the operation, account, permissions, and inputs it needs.

Current Connector Areas

Credential Storage

Connector credentials, OAuth accounts, provider keys, and webhook secrets are stored locally through settings screens and the local secret registry.

For setup steps, see Set up accounts and connectors.

Policy

Connector actions should remain permissioned, auditable, and scoped to the workflow step that requested them.

OAuth catalog entries generally expose <connector>.api-read and <connector>.api-request tools. Treat generic request tools as advanced escape hatches. Prefer typed operations for repeated side effects, and require an approval preview for unsafe generic methods before Aegis reads tokens or contacts the provider.

For the current catalog and tool family map, see Capability Inventory.