Skip to main content
POST
Create App Configuration

Authorizations

X-API-KEY
string
header
required

API key for authentication

Body

application/json

Create a new app configuration “all_functions_enabled=True” → ignore enabled_functions. “all_functions_enabled=False” AND non-empty enabled_functions → selectively enable that list. “all_functions_enabled=False” AND empty enabled_functions → all functions disabled.

app_name
string
required
security_scheme
enum<string>
required

security scheme type for an app (or function if support override)

Available options:
no_auth,
api_key,
http_basic,
http_bearer,
oauth2
security_scheme_overrides
Security Scheme Overrides · object
all_functions_enabled
boolean
default:true
enabled_functions
string[]

Response

Successful Response

id
string<uuid>
required
project_id
string<uuid>
required
app_name
string
required
security_scheme
enum<string>
required

security scheme type for an app (or function if support override)

Available options:
no_auth,
api_key,
http_basic,
http_bearer,
oauth2
security_scheme_overrides
Security Scheme Overrides · object
required
enabled
boolean
required
all_functions_enabled
boolean
required
enabled_functions
string[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required