Creates a new ManagementClient.
Configuration options including API key and region
Creates a new application in an organization. Requires the user to be an admin in the target organization.
The application creation request
The created application's ID and API keys
Creates a new organization. The user associated with the management API key becomes the admin of the new organization.
The organization creation request
The created organization's ID
Renames an application. Requires the user to be an admin in the application's organization.
The rename request containing appId and new name
Renames an organization. Requires the user to be an admin in the organization.
The rename request containing organizationId and new name
Client for programmatic management of Squid organizations and applications.
Use this client to automate organization and application management using management API keys (created in the Squid Console Profile Settings).
Example