Docs Platform Agentic AI Identity

Agentic AI Identity

Register AI agents as first-class identities, configure scoped permissions, and monitor agent behaviour in real time.

Agentic AI Identity treats autonomous AI agents as first-class identity types — each with a unique identity, defined permissions, behavioural baseline, and full audit trail.

Registering an AI Agent

Every agent that operates in your environment should be registered in WNCYBER before it is deployed.

  1. Navigate to Identities → AI Agents → Register Agent
  2. Provide:
    • Agent name — a unique, descriptive name (e.g., code-review-agent-prod)
    • Agent type — the framework or platform (LangChain, AutoGPT, custom, etc.)
    • Owner — the team or individual responsible for this agent
    • Purpose — a description of what the agent does
  3. WNCYBER issues a unique agent identity token (signed JWT) that the agent includes in all API calls
  4. Configure the agent’s SDK or framework to use the issued token

Configuring Agent Permissions

Principle of Least Privilege for Agents

Agents should receive only the permissions required for their current task — not their maximum possible requirements.

Navigate to Identities → AI Agents → [Agent Name] → Permissions:

  • Resource scope — specify which resources the agent may access (S3 bucket, database, API endpoint, etc.)
  • Action scope — specify permitted actions (read, write, query, invoke — not full control)
  • Temporal scope — set a session duration after which permissions expire automatically

Just-in-Time Access

For agents that need elevated access infrequently:

  1. Configure the agent to request a JIT elevation via the WNCYBER API
  2. Set an approval workflow if the elevation requires human review
  3. WNCYBER grants the elevated permissions for the configured duration, then revokes automatically

Monitoring Agent Behaviour

Behavioural Baseline

WNCYBER observes agent activity over the first 7 days and builds a behavioural baseline — the expected access patterns for a given agent type.

After the baseline period, deviations trigger alerts:

Deviation TypeExampleDefault Action
New resource accessAgent accesses a database it has never queried beforeAlert + flag for review
Volume anomalyAgent downloads 50× normal data volumeAlert + optional throttle
Time anomalyAgent operates outside normal hoursAlert
Privilege escalation attemptAgent requests permissions beyond its configured scopeBlock + alert

Real-Time Session Monitoring

Active agent sessions are visible in Identities → AI Agents → Active Sessions. Each session shows:

  • Current action (API calls in progress)
  • Resources accessed in this session
  • Anomaly score (updated every 30 seconds)
  • Option to terminate the session immediately

Revoking Agent Access

Immediate Revocation

To revoke an agent’s access immediately:

  1. Navigate to the agent’s profile
  2. Click Revoke All Access
  3. WNCYBER invalidates the agent’s identity token and terminates all active sessions within 30 seconds

Automated Revocation

Configure automatic revocation triggers in Policies → AI Agent Policies:

  • Anomaly score exceeds a threshold
  • Agent attempts access to an out-of-scope resource
  • Session duration exceeds the configured maximum
  • The agent’s owning application is decommissioned