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

kittycad.api.service_accounts.create_service_account_for_org

kittycad.api.service_accounts.delete_service_account_for_org

kittycad.api.service_accounts.get_service_account_for_org

kittycad.api.service_accounts.list_service_accounts_for_org