# Functions
AccessTokenCreate creates a new AccessToken.
AccessTokenIndex provides a listing of all AccessTokens.
ApplicationCreate creates a new Application.
ApplicationIndex provides a listing of all Applications.
ApplicationShow provides an Application.
ApplicationUpdate updates an existing Application.
AuthCreateUser will invite a new user by Github username.
AuthDeleteInvitees deletes an unaccepted invite.
AuthGetInvitees provides a listing of users who have not yet accepted their invitation.
CreateEnvironmentConfig endpoint for creating config entry.
DeleteEnvironmentConfig endpoint for deleting config entry.
EnvironmentCreate creates a new Environment.
EnvironmentDeploy deploys a Version to the environment.
EnvironmentEdit edits an Environment.
EnvironmentIndex provides a listing of all Environments.
EnvironmentPromote promotes a Version from one environment to another.
EnvironmentShow provides an Environment.
GetEnvironmentConfig endpoint for getting configuration.
ValidateToken validates the provided JWT token.
VersionCreate creates a new Version.
VersionIndex provides a listing of all Versions.
VersionShow provides a Version.