F
Portfolio API
Governance node online
Founder Command Dashboard

Govern the platform without losing sight of the system.

Founder now has its own Laravel workspace, its own database boundary, and its own tailnet hostname. This dashboard is the human-facing landing page for approvals, visibility, and secure coordination with Control Center.

Project Slug
founder-api
API Root
https://portfolio.tail3a811b.ts.net/api
Controller Folder
app/Http/Controllers/Api
Control Center
https://hq.tail3a811b.ts.net/api

Key Routes

GET https://portfolio.tail3a811b.ts.net/api/founder
Project metadata for frontend and service discovery.
GET https://portfolio.tail3a811b.ts.net/api/founder/control-center-contract
Signed-request contract for approval decisions back to Control Center.
GET https://portfolio.tail3a811b.ts.net/api/health
Operational heartbeat for monitoring and edge checks.

Founder Teams

Founder API Team
founder-api-team
Ownership
Founder Approval Board
founder-approval-board
Approvals
Founder Shareholders
founder-shareholders
Shareholders

Signed Headers

X-Platform-Service
X-Platform-Timestamp
X-Platform-Nonce
X-Platform-Signature

Control Plane Links

Platform Overview
https://hq.tail3a811b.ts.net/api/platform/overview
Approval Decision
https://hq.tail3a811b.ts.net/api/platform/approvals/{approvalId}/decision

Frontend Note

Your Flutter frontend can treat this root page as an operator dashboard while continuing to call the JSON API under https://portfolio.tail3a811b.ts.net/api. If you want, the next step can be a richer approvals console here with pending decisions, founder board actions, and recent platform events.