Everything in this release is available outside the Rize app. The API and MCP expose profitability, resourcing, teams, members, and time approvals, so Claude, ChatGPT, and your own agents can run the same workflows an admin runs in the dashboard.

WHAT IS IT?
The Rize GraphQL API and the Rize MCP server share one permission model with the app. An API key or an MCP connection acts as the person who created it: an org admin's agent sees organization profitability, a manager's agent sees their reports' time, and nothing else.
WHY IS IT IMPORTANT?
A firm that wants to run autonomously needs its operating numbers where its agents are. With profitability, capacity, and approvals in the API and MCP, a routine or an external agent can review the week, flag the client that is over-served, and approve pending time without a person opening a dashboard.
AVAILABLE NOW
Profitability and contracts
Read organization profitability, contract profitability, and the profitability trend. List, create, and update hourly, retainer, and hybrid contracts with their billing periods. Record expenses and revenue entries. MCP tools: get_org_profitability, get_contract_profitability, get_profitability_trend, list_contracts, create_contract, update_contract, create_expense, create_revenue_entry.
Resourcing and allocation
Read planned and tracked allocation for a member, a team, or the whole workspace, and create or update planned time allocations in bulk, including the same CSV-shaped import the Resourcing page uses. MCP tools: get_my_time_allocation, get_team_time_allocation, get_workspace_time_allocation. API: planned_time_allocations, create_planned_time_allocations, time_allocation, workspace_time_allocation.
Teams and members
List teams and members across the workspace, invite a member, update a member's role, and remove a member. MCP tools: list_teams, list_team_members, list_workspace_members, invite_team_member, update_team_member, remove_team_member.
Team time and approvals
List a team's time entries with status filters, then approve or reject pending entries in bulk. Time entries in the public API now carry their source and authorship, so an integration can tell captured time from manual and imported time. MCP tools: list_team_time_entries, approve_time_entries, reject_time_entries.
Agent context, Skills, reports, and routines
Everything from the August API and MCP release still applies: report runs, routine runs, Skills, agent context, and sign-up and login URL support.
USE IT FOR
- "Which client had the lowest margin last month?" in Claude or ChatGPT
- A weekly routine that approves clean pending time and flags the rest
- Syncing a resourcing plan from your PSA or spreadsheet into Rize
- Provisioning members and roles from an internal onboarding flow
- Pulling profitability into your own finance reporting
Invoices are not yet in the API or MCP. Tell us if that is the workflow you need next. Setup and the full tool list are in the MCP docs and API docs.