Loading...
Loading...
Activity Feed
Every action, every actor, every resource -- in one unified feed. Track what's happening across your entire workspace in real-time.
Capabilities
Every action appears instantly in the feed. No refresh needed. Watch your workspace come alive with activity.
See exactly who performed each action: human users, AI agents, or system processes. Full attribution chain.
Filter by actor, action type, resource, or time range. Find the needle in the haystack instantly.
See all activity related to any resource. Full history from creation through every modification.
Activities are grouped by time periods for easy scanning. Jump to specific dates or ranges.
Immutable record of every workspace action. Hash-chained for tamper evidence. Compliance-ready.
Getting Started
All workspace actions are automatically captured. User actions, agent decisions, and system events flow into one feed.
Use powerful filters to find specific events by actor, action, resource, or timeframe.
Understand patterns, investigate incidents, and export activity data for compliance reporting.
Developer Integration
import { DRD } from '@drd/sdk';
const drd = new DRD({ token: 'drd_live_sk_...' });
// List recent activity
const feed = await drd.activityFeed.list({ limit: 50 });
// Filter by resource
const history = await drd.activityFeed.getByResource({
resourceType: 'policy',
resourceId: 'policy_abc123',
});
// Filter by actor
const agentActions = await drd.activityFeed.getByActor({
actorId: 'agent_abc123',
});Complete visibility into every workspace action. Real-time streaming, powerful filtering, and compliance-ready audit trails.