Creates a 'publishable' or 'secret' API key for an existing Supabase project, optionally with a description; 'secret' keys can have customized JWT templates.
refRequiredstringThe unique reference ID of the Supabase project.
nameRequiredstringName for the API key. Must start with a lowercase letter or underscore, followed only by lowercase alphanumeric characters or underscores. Example: 'my_api_key_01'.
typeRequiredstringSpecifies the type of API key: 'publishable' for client-side use or 'secret' for server-side operations.
descriptionstringOptional human-readable description for the API key.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.