Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.adrian.secureagentics.ai/llms.txt

Use this file to discover all available pages before exploring further.

Access workspace settings from the Secureagentics dashboard by clicking Settings in the left navigation. Changes take effect immediately unless noted otherwise.
Settings marked with Admin only require the Admin role. Analysts and Viewers can view most settings but cannot make changes to them.
General settings control the basic identity and defaults for your workspace.
SettingDescription
Workspace nameThe display name shown in the dashboard and in email notifications.
TimezoneThe timezone used to display timestamps across the dashboard and in exports.
Default alert emailThe email address that receives alert notifications when no other routing rule applies.
To update any of these values:
  1. Go to Settings → General.
  2. Edit the field you want to change.
  3. Click Save changes.
Changing the workspace name does not affect your API base URL or any existing integrations.
Admin only. Invite colleagues to your workspace and control what they can access.

Roles

RoleWhat they can do
AdminFull access: manage settings, team members, API keys, policies, and all data.
AnalystView and query agents, events, audit logs, and alerts. Cannot change settings or manage team members.
ViewerRead-only access to the dashboard. Cannot take any actions.

Inviting a team member

  1. Go to Settings → Team members.
  2. Click Invite member.
  3. Enter the person’s email address and select a role.
  4. Click Send invite.
The invitee receives an email with a link to accept the invitation. The link expires after 7 days. You can resend it from the Pending invites list.

Changing a member’s role

  1. Go to Settings → Team members.
  2. Find the member in the list and click the role badge next to their name.
  3. Select the new role from the dropdown.
  4. Confirm the change.

Removing a member

  1. Go to Settings → Team members.
  2. Click the menu next to the member’s name.
  3. Select Remove from workspace.
  4. Confirm in the dialog.
Removing a member immediately revokes their access. Their activity remains in the audit log.
Admin only. API keys authenticate requests to the Secureagentics REST API. Each key has a scope that controls what it can do.

Key scopes

ScopePermissions
Read-onlyCan read agents, events, policies, and audit logs. Cannot create or modify anything.
Read-writeCan read and write agents, events, and policies. Cannot manage team members or billing.

Creating an API key

  1. Go to Settings → API Keys.
  2. Click New API key.
  3. Enter a label that describes what the key will be used for (for example, production-monitoring or ci-pipeline).
  4. Select a scope.
  5. Click Create.
  6. Copy the key immediately — it is only shown once.
Store your API key in a secrets manager or environment variable. Never commit it to source control.

Revoking an API key

  1. Go to Settings → API Keys.
  2. Find the key in the list and click Revoke.
  3. Confirm in the dialog.
Revocation takes effect immediately. Any requests using that key will receive a 401 Unauthorized response.See Authentication for full details on using API keys in your requests.
Admin only (to change). Data retention controls how long Secureagentics stores event data, audit logs, and alert history for your workspace.The default retention period is 90 days. After this period, data is permanently deleted and cannot be recovered.

Adjusting the retention period

Adjusting data retention is available on Pro and Enterprise plans.
  1. Go to Settings → Data retention.
  2. Use the slider or input field to set a new retention period (in days).
  3. Click Save changes.
Available retention options depend on your plan:
PlanMaximum retention
Starter90 days (fixed)
ProUp to 1 year
EnterpriseCustom (contact your account team)
Shortening the retention period does not immediately delete existing data. Deletion runs as a nightly background job.
Configure how and when Secureagentics sends you notifications about alerts, policy violations, and workspace activity.

Email digest

Secureagentics can send you a summary digest of recent activity. To configure it:
  1. Go to Settings → Notifications.
  2. Under Email digest, choose your preferred frequency:
    • Real-time — An email is sent immediately when an alert fires.
    • Hourly — A digest is sent at the top of each hour.
    • Daily — A digest is sent at 9:00 AM in your workspace timezone.
    • Off — No digest emails.
  3. Click Save.
The digest email goes to your account’s email address. To change where alert emails are sent by default, update the Default alert email in General settings.

Slack integration

Connect a Slack workspace to receive alert and policy violation notifications in a channel of your choice.Admin only.
  1. Go to Settings → Notifications → Slack.
  2. Click Connect Slack.
  3. Authorize Secureagentics in the Slack OAuth dialog.
  4. Select the channel where notifications should be posted.
  5. Click Save.
Once connected, you can configure which event types trigger a Slack message from the Notification rules section.