Docs

Documentation

The essentials for joining the waitlist, using the workspace, and integrating with rive. are below.

rive. api — preview
POST /api/waitlist
Content-Type: application/json

{
  "email": "you@example.com",
  "type":  "waitlist"
}

// 201 Created
{
  "success": true,
  "message": "successfully joined the waitlist."
}

Getting started

Create an account, then open the workspace overview to manage clients, projects, invoices, and expenses. every record is scoped to your account.

Core concepts

Clients own the relationship, projects track delivery, invoices track money owed, and expenses track costs. link records together to keep financial reporting accurate.

Api access

The current application API is available under /api. Authenticated workflow requests use the rive session cookie; public waitlist and rates endpoints do not require authentication.

Workflow

Start with a client, create a project, add milestones, issue invoices, and record expenses. the dashboard aggregates paid invoices and expenses into your net earnings.

Webhooks

Webhook delivery is not enabled in the current release. use the waitlist to request integration access while the event contract is finalized.