Skip to main content
The investor portal exposes a small public JSON surface for Droyd progress updates. Read routes do not require authentication. The preferred base URL is https://investors.droyd.ai/api/v1.
Available routes:
  • GET /api/v1/events: unified event feed;
  • GET /api/v1/feed: alias for the unified event feed, intended for the investor Codex skill;
  • GET /api/v1/initiatives: strategy and product-area initiatives with project rollups;
  • GET /api/v1/initiatives/{slug}: one initiative and its nested roadmap items;
  • GET /api/v1/roadmap: roadmap items with checklist progress;
  • GET /api/v1/roadmap/{slug}: one item, its checklist, and its linked update timeline;
  • GET /api/v1/status: short status updates;
  • GET /api/v1/updates: longer investor updates;
  • GET /api/v1/asks: active and historical investor asks, including an optional linked resource;
  • GET /api/v1/asks/{slug}: ask details, including introduction targets and the connector leaderboard;
  • GET /api/v1/x: ordered company and founder X analytics with daily history, a latest-30-day total, and the change from the preceding 30 days.
List routes accept limit from 1 to 100 and an optional before timestamp. The event route also accepts comma-separated event types, including roadmap_item_update.
Responses use the normal Droyd envelope: successful payloads include "ok": true; errors include "ok": false and an error object.