// reference
Settings
Organization profile, members, API keys, and webhooks in the Superagent dashboard.
Open Settings (/app/settings) from the sidebar to manage your organization.
Organization and members
- Organization name and profile
- Members: invite teammates from Invite (
/app/settings/team-invite) and manage roles - Links to billing (
/app/billing) when billing is enabled for your deployment
Owners can manage integrations, billing, and sensitive org configuration. Members can use product features such as reports, findings, and repositories.
API keys
Create and revoke organization API keys at /app/settings#api-keys. Keys authenticate the REST API and the MCP server as bearer tokens.
An API key grants access to everything in its organization, including permanently deleting findings and starting billable report and triage work. Treat it like a password: store it in an environment variable, and revoke it immediately if it leaks.
Webhooks
The Webhooks section manages org-level webhook targets: HTTPS endpoints that receive report, finding, and agent monitoring events with a per-target signing secret. See Webhooks.
Account
User sign-in uses your configured auth provider (commonly GitHub via Supabase). Your profile avatar and email appear in the sidebar footer.