kittycad.api.service_accounts

Contains methods for accessing the service_accounts API paths: Service accounts allow organizations to call the API. Organization admins can create, delete, and list the service accounts for their org. Service accounts are scoped to an organization not individual users, these are better to use for automations than individual API tokens, since they won’t stop working when an individual leaves the company.

Modules

create_service_account_for_org

delete_service_account_for_org

get_service_account_for_org

list_service_accounts_for_org