Create and manage multi-tenant organizations via the Wolfia API: child orgs, listing, and switching, for MSPs, consultancies, and multi-BU enterprises.
Manage multi-tenant organizations programmatically. Create child organizations, list available organizations, and switch between them.Useful for managed service providers, consulting firms, or enterprises with multiple business units that each need their own isolated Wolfia workspace.All endpoints require Admin role authentication.
URL:POST https://api.wolfia.com/v1/organizations/tenant/createAuthentication: API key required, Admin role (see API overview)Creates a new child organization under your parent organization and switches the current session to it.
URL:GET https://api.wolfia.com/v1/organizations/tenant/listAuthentication: API key required, Admin roleReturns organizations available for switching. Non-admin users receive an empty list.
URL:POST https://api.wolfia.com/v1/organizations/tenant/switchAuthentication: API key required, Admin roleSwitch the current session to a different organization. After switching, all subsequent API calls operate in the context of the target organization.
After switching, all API calls using this session will operate in the context of the target organization. Switch back to your parent organization when done.