/
FL
flatfile
/
API Reference
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 1w ago
Details
Filter operations
accounts
2
actions
6
agent-exports
4
agents
13
apps
12
get
List apps
post
Create an app
get
Get an app
delete
Delete an app
patch
Update an app
get
Get constraints
post
Create constraint
get
Get constraint by ID
delete
Delete constraint
patch
Update constraint
get
Get constraint versions
get
Get constraint version
assistant
5
auth
2
canvas-areas
5
commits
3
data-clips
10
data-retention-policies
5
documents
5
entitlements
1
environments
12
events
5
files
8
flags
6
guests
10
jobs
17
mapping
13
records
7
roles
1
routines
5
runbooks
5
secrets
3
sheets
13
snapshots
6
spaces
17
users
9
versions
1
views
5
workbooks
6
apps
Create an app
Creates an app
post
/apps
Headers
Authorization
string
required
Bearer authentication
X-Disable-Hooks
'true'
required
Request body
TypeAppsAppCreate
required
Create an app
name
string
required
namespace
string
required
type
'PORTAL'
|
'PROJECTS'
|
'MAPPING'
|
'WORKBOOKS'
|
'CUSTOM'
required
entity
string
entityPlural
string
icon
string
{"stackTrail":"components:schemas:type_apps%3AAppCreate:properties:metadata","oasType":"schema","type":"unknown","description":"Any type"}
{"stackTrail":"components:schemas:type_apps%3AAppCreate:properties:environmentFilters","oasType":"schema","type":"unknown","description":"Any type"}
{"stackTrail":"components:schemas:type_apps%3AAppCreate:properties:blueprint","oasType":"schema","type":"unknown","description":"Any type"}
Response
Response with status 200
TypeAppsAppResponse
required
data
TypeAppsApp
required
An app
Changes