Loading dashboard...
Platform Dashboard

Enter your email to receive a sign-in link via email

Portfolio Overview

High-level status across all platforms

Active Platforms
Portfolio Progress
Open Action Items
Total Resources

Resource Overlap

People working across multiple platforms

Shared Resources (2+ platforms)

All Resources

Name Role(s) Load

Network Graph

People and platforms as connected nodes β€” drag to explore, hover to highlight

Platform
1 platform
2 platforms
3+
Shared overlap

Admin

Users

API Keys

Copy this key now β€” it won't be shown again

API Key Usage

# Add a resource to a platform
curl -X POST https://torvel.cloud/api/projects/{platform_slug}/resources \
-H "Authorization: Bearer {your_api_key}" \
-H "Content-Type: application/json" \
-d '{"name": "Jane Smith", "role": "Engineer", "type": "team"}'
# Remove a resource from a platform
curl -X DELETE https://torvel.cloud/api/projects/{platform_slug}/resources/{resource_id} \
-H "Authorization: Bearer {your_api_key}"

Wiki Pages

Docs

Partnerships