Skip to content

LiteLLM and Claude workspace access

Status: drafted · Time: 15 min · Audience: daily-builder Outcome: Choose the Claude workspace or LiteLLM route you have actually been provisioned for.

Yellow Belt readers do not need to operate model infrastructure. You do need enough vocabulary to stop confusing a Claude workspace plan with the route Claude Code uses to reach a model.

Razorpay currently has more than one Claude access shape. Enterprise workspace access still exists, selected users may be moved to Claude Team, support may direct a builder to a reimbursable Claude Max subscription, and terminal Claude Code can run through enabled LiteLLM routes. Access to one does not imply access to the others.


  • Claude Enterprise is an org workspace for approved hosted chat and knowledge work.
  • Claude Team is a separately provisioned, seat-limited subscription path. Use it only after support explicitly moves you there.
  • Claude Max is a separate subscription path that support may direct you to when Team seats are unavailable. Follow the current purchase-and-reimbursement SOP rather than guessing eligibility or billing steps.
  • LiteLLM is the gateway route for the models enabled on your key. It is not a workspace or a knowledge source.
  • Use the route you were provisioned for. A second login is not a second budget.

Workspace plan: where your hosted Claude account and projects live
Model route: how Claude Code reaches a model
Knowledge surface: what approved context the assistant can search
Working surface: terminal, browser, Desktop, or an approved connector

The confusion usually sounds like:

I was invited to Claude Team, so my LiteLLM key should work the same way.

Not necessarily. Support may move a provisioned user to the Team subscription path and change which frontier routes remain on that user’s LiteLLM key. Follow the migration route you were given; do not splice credentials from two paths together.

Another confusion:

LiteLLM knows the answer.

No. Routing infrastructure is not the knowledge source. It helps manage model calls.


Work through this top to bottom:

  1. Did support explicitly provision Claude Team and send the migration SOP? Follow that SOP and use the specified Team workspace or subscription route. Do not assume an old Enterprise workspace, Team workspace, and LiteLLM key share access or history.
  2. Did support direct you to Claude Max because Team seats are unavailable? Follow the current Claude Max purchase-and-reimbursement SOP. Treat Max as its own subscription route: do not splice its login into your Enterprise workspace or LiteLLM settings, and do not assume it changes a LiteLLM cap.
  3. No Team or Max direction? Keep using your existing Enterprise workspace for approved hosted work and terminal Claude Code through the models enabled on your LiteLLM key. Neither Team nor Max is a prerequisite for the belt. If Desktop credits run out, do not request an extension: current support no longer extends them and routes further work to LiteLLM. Follow W.5’s canonical setup if your terminal route is not ready.
  4. Need org knowledge? Choose an approved workspace or connector that can see that context. A model route alone cannot search Slack, docs, or design files.
  5. The route changed or fails? Preserve the exact error, selected model, and surface, remove secrets, then post in #ai-help. Do not request another plan as a generic quota bypass.

The decision is deliberately boring: use the access path assigned to you, then choose the working surface for the task. Boring is good when the alternative is debugging three auth systems at once.


Task:

I need to understand why a team chose a particular dashboard flow, then fix a small UI bug.

Better sequence:

  1. Use your approved workspace or connector search to find the decision note or discussion summary.
  2. Summarize the relevant context in five lines.
  3. Open the repo in Claude Code.
  4. Ask Claude Code to locate the component.
  5. Use the code route you were given—Claude Team if support migrated you, Claude Max if support sent you its SOP, otherwise an enabled LiteLLM route—to edit, test, and PR.

Do not try to make one surface do all of it.


You should know:

  • which Claude workspace, subscription, and code route you were provisioned for;
  • which tool is approved for repo edits;
  • which surface is approved for org knowledge search;
  • which setup check verifies your local model path;
  • where to route auth or quota failures;
  • how to avoid pasting sensitive context into the wrong surface.

You do not need to know:

  • provider routing internals;
  • fallback model policy;
  • trace storage design;
  • quota allocation logic;
  • infrastructure ownership maps.

Those are later-belt or platform topics.


“I treated a Team invite as extra LiteLLM quota.” They are separate access paths. Use the route support assigned; do not combine credentials or assume budgets transfer.

“I assumed Enterprise and Team share workspace history.” Do not assume cross-workspace continuity. Verify the destination named in the migration SOP before relying on projects or prior chats.

“I treated Claude Max as extra LiteLLM quota.” They are separate access paths. Follow the Max SOP only when support directs you there; a Max subscription does not change the centrally managed cap on your LiteLLM key.

“I ran out of Desktop credits and requested more.” Desktop credits are no longer extended. Continue through the LiteLLM route enabled on your key; if that route is not configured, follow W.5 rather than improvising another account or credential.

“I treated routing errors like prompt errors.” If every prompt fails before reasoning starts, route the model path issue.

“I assumed all tools share memory.” They do not. Carry concise context between surfaces.

“I tried to bypass the approved route.” Stop. The approved route is part of the safety and support model.


You are GREEN if:

  • you can distinguish model route from knowledge surface;
  • you can name whether your current code route is Claude Team, Claude Max, or LiteLLM;
  • you know which surface edits repo files;
  • you can route model-path failures without improvising.

You are YELLOW if:

  • you know which tool to open but not why;
  • workspace plan, model route, and connector context blur together;
  • you need help interpreting an auth or quota error.

You are RED if:

  • you consider unapproved model paths;
  • you paste sensitive context into the wrong surface;
  • all model calls fail after setup repair.

“I can name my Claude workspace, my code route, and the context surface for this task without mixing them up.”


Previous: Y.7 Permissions, hooks, slash commands - Next: Y.9 Figma MCP for non-engineers