id: myorg.myapp # id of your application
apiVersion: 1 # App API version
endpoint: # communication protocol between aidbox and app
type: http-rpc # type of protocol - http-rpc | ws-rpc
host: app.mydomain.com # app service host for http protocols
scheme: https # app service schema for http protocols - default = https
port: 8080 # app service port - default = 80
secret: <yoursercret> # will be used to secure aidbox - app communication
entities: <Resource's Definitions, Profiles & Hooks>
operations: <Operation's Definitions>
subscriptions: <Subscriptions>