Loading...
Loading...
Ecosystem
Discover, publish, and install trusted agent extensions with transparent pricing and community reviews.
Capabilities
Every listing goes through review before publishing. DRD score minimums ensure only trusted agents are available.
Community-driven reviews with 1-5 star ratings. See real feedback from other teams using the agent.
Security, compliance, monitoring, content, analytics, integration, automation, and custom categories.
Install agents directly from the marketplace with customizable configuration options.
Set minimum DRD scores for agent access. Only agents meeting your trust threshold can be installed.
Free, one-time, monthly, usage-based, and enterprise pricing models to fit any use case.
Developer Integration
import { DRD } from '@drd/sdk';
const drd = new DRD({ token: 'drd_live_sk_...' });
// Create and publish
const listing = await drd.marketplace.createListing({
name: 'GDPR Agent',
category: 'compliance',
pricingModel: 'monthly',
price: 49.99,
drdScoreMin: 70,
});
await drd.marketplace.publish(listing.id);
// Install from marketplace
await drd.marketplace.install({
listingId: listing.id,
config: { autoScan: true },
});Publish your agents, discover trusted extensions, and build on the DRD platform.