Open WORK → Assignments (/assignments) to manage delegated work across your org.
View assignments
The list supports filtering by status, owner, and priority. Each row shows title, assignee, due date, and linked entities when present.
Create an assignment
- Click New assignment (or equivalent action)
- Enter title and description
- Set Owner — team member, agent, or unassigned queue
- Optional: due date, priority, tags
- Save — the assignment appears in the active list
Update status
Move assignments through your org's workflow:
- Open — not started
- In progress — actively worked
- Blocked — waiting on dependency or approval
- Completed — done; may link to closing Run or audit entry
Status changes may emit audit events visible under History.
Link to automation
When an assignment should run automatically:
- Link a Workflow or open Gravitre AI (Execute mode) from the assignment detail
- Monitor execution under Runs
- Mark the assignment complete when the Run succeeds or when manual verification passes
Approvals
Write actions on Connectors still require Approvals when your org policy mandates them — completing an Assignment does not bypass gates.
From Gravitre AI (Execute mode)
The Operator may create Assignments as follow-up items in a plan. Open Assignments to see items created from Gravitre AI sessions.
API
Assignment endpoints are org-scoped under /api/assignments (list, create, patch, delete). See OpenAPI for schemas.
Example list:
curl -s "https://gravitre.app/api/assignments?status=open" \
-H "Authorization: Bearer YOUR_API_KEY"