craftr api
Manage APIs and their default auth and overrides.
Commands
api listList the APIs in the project.api createCreate a new API.api deleteDelete an API.api set auth bearerSet the API default auth to a bearer token. Supports {{variables}}.api set auth api-keySet the API default auth to an API key sent as a header or query parameter.api unset authClear the API default auth.api overridesList all overrides for an API, grouped by kind (api, resource, operation, parameter).