Foxx reference

Each Foxx service is defined by a JSON manifestspecifying the entry point, any scripts defined by the service,possible configuration options and Foxx dependencies,as well as other metadata. Within a service, these options are exposed as theservice context, which is also used to mountrouters defining the service’s API endpoints.

Foxx also provides a number of utility modulesas well as a flexible sessions middlewarewith different transport and storage mechanisms.

Foxx services can be installed and managed over the Web-UI or throughArangoDB’s HTTP API.