Platform Agents
Pre-built AI agents maintained by Creation Rights for common creative operations.
Available Platform Agents
Platform Agents are production-ready, maintained by the Creation Rights team, and optimised for common workflows. They're available on all plan tiers (usage costs vary).
Talent Clearance Agent
Automates the talent clearance process by verifying rights, checking contracts, and generating compliance reports.
What It Does
- Identifies talent appearing in assets (face detection, voice recognition)
- Cross-references against talent database and contract records
- Checks usage rights against intended distribution channels
- Flags potential clearance issues or expired contracts
- Generates a clearance report with pass/fail status per asset
Usage
curl -X POST https://api.creationrights.com/v1/agents/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"agent_id": "talent-clearance",
"inputs": {
"asset_ids": ["asset-1", "asset-2"],
"distribution_channels": ["web", "social", "broadcast"]
}
}'Credit Cost
10 credits per asset processed.
Asset Tagger
Analyses asset content and applies descriptive metadata tags automatically.
What It Does
- Performs visual analysis on images and video
- Extracts audio characteristics from sound files
- Detects objects, scenes, text, colours, and mood
- Applies standardised tags from your workspace taxonomy
- Suggests new tags when content doesn't match existing taxonomy
Usage
Run from the dashboard by selecting assets and choosing Run Agent → Asset Tagger, or via API:
curl -X POST https://api.creationrights.com/v1/agents/run \
-d '{
"agent_id": "asset-tagger",
"inputs": {
"asset_ids": ["asset-1"],
"taxonomy": "default"
}
}'Credit Cost
5 credits per asset.
Contract Reviewer
Extracts key terms from contracts and highlights items that need attention.
What It Does
- Parses PDF and Word contracts
- Extracts parties, dates, territories, and usage rights
- Identifies exclusivity clauses and restrictions
- Flags unusual terms or deviations from templates
- Produces a structured summary with annotations
Credit Cost
15 credits per contract.
Report Generator
Produces formatted reports on usage, billing, compliance, and asset provenance.
Available Reports
| Report | Description |
|---|---|
| Usage Summary | Credit consumption and activity breakdown |
| Compliance Audit | Clearance status across all active projects |
| Asset Provenance | Full chain-of-custody for selected assets |
| Billing Forecast | Projected costs based on current usage trends |
Credit Cost
5 credits per report.
Installing Platform Agents
Platform Agents are pre-installed on all workspaces. To enable or disable specific agents:
- Go to Settings → Agents
- Toggle agents on or off
- Configure default parameters (optional)
Requesting New Agents
Have a use case that isn't covered? Contact us with your requirements and we'll evaluate it for the Platform Agents roadmap.