Users with a Lite seat land on /lite — a focused Gravitre experience.
Access Lite
- Sign in with an account assigned a Lite seat
- You are routed to
/lite(or/lite/dashboard) - Use the Lite sidebar — fewer sections than the full console
Org admins assign Lite seats under Settings → Gravitre Lite seats.
Lite home
The Lite dashboard typically includes:
- Quick access to Assistant-style chat scoped to Lite permissions
- Shortcuts to approved Workflows
- Recent Runs for automation you can trigger or view
Run a Lite workflow
- Open Workflows under Lite
- Select an enabled workflow
- Provide required inputs
- Submit — track status on the run detail view
Write actions still respect connector connection state and org approvals.
Upgrade path
Need Goals, Multi-Agent Run, Enterprise, or full Metrics?
- Ask your org admin to change seat type or plan
- See Plans and checkout
API
Lite-scoped endpoints live under /api/lite/*. They mirror subsets of full APIs — see OpenAPI tags for lite.
Example (pattern varies by deployment):
code
curl -s "https://gravitre.app/api/lite/dashboard" \
-H "Authorization: Bearer YOUR_API_KEY"