Organization settings
Overview
Organization settings allow Admins and Owners to configure shared resources that all members can use. This includes LLM configurations, credits management, and Git organization claims.
LLM configuration
Organizations can define a default LLM provider and model that all members will use:
- Hover over the profile icon in the lower left — an account menu will appear.
- Select Organization.
- Select the
LLMtab. - Select the
LLMtab. - Choose your preferred LLM provider from the available options.
- Select the model you want to use as the default.
- Click
Save Changes.
All organization members will use this LLM configuration for their conversations unless they have configured personal overrides.
Managing credits
Organization credits are shared across all members. To add credits:
- Hover over the profile icon in the lower left — an account menu will appear.
- Select Organization.
- Click + Add.
- Choose the amount of credits to purchase.
- Complete the payment process.
Credits will be added to the organization's shared pool immediately and can be used by any member.
Monitoring usage
You can monitor credit usage from the Organization settings page, which shows the current credit balance.
For detailed usage reporting at the user level, use the API endpoint:
GET /api/organizations/{org_id}/members/financial
This endpoint provides financial usage data for all members within your organization.
Claiming Git organizations
Claiming a Git organization links it to your Faheem Code organization, allowing Faheem Code resolver requests for repositories in that Git organization to be routed to your organization.
Owners have the ability to claim a Git organization:
- Hover over the profile icon in the lower left — an account menu will appear.
- Select Organization.
- In the Git Conversation Routing section, Git organizations from your linked GitHub/GitLab accounts are listed automatically.
- Click Claim next to the Git organization you want to link to your Faheem Code organization.
Benefits of claiming Git organizations
When a Git organization is claimed:
- All resolver requests for repositories in that Git organization are automatically routed to your Faheem Code organization.
- Organization members can work seamlessly with repositories in the claimed Git organization.
- Usage is tracked against your organization's credit pool.
Next steps
- Managing Members - Invite users and manage roles.
- Roles and Permissions - Understand permission levels.