# Enums (/api/enums)



{/* AUTO-GENERATED by scripts/generate-graphql-docs.mjs from @alternatefutures/backend@0.1.2. Do not edit by hand. */}

<Callout type="info">
  Generated from the API server source (@alternatefutures/backend 0.1.2) on every merge. Endpoint
  `https://api.alternatefutures.ai/graphql`, header `Authorization: Bearer <personal access token>`.
  See the [GraphQL API overview](/api) for how to call it. Left out on purpose: provider-specific types, fields and arguments; operations of the retired hosting product (sites, IPFS storage, functions) and admin-only operations.
</Callout>

## Service registry (canonical workloads) [#service-registry-canonical-workloads]

### ServiceType [#servicetype]

| Value      | Description |
| ---------- | ----------- |
| `SITE`     |             |
| `FUNCTION` |             |
| `VM`       |             |
| `DATABASE` |             |
| `CRON`     |             |
| `BUCKET`   |             |

## Attestation registry (org-owned allowlist + verified identities) [#attestation-registry-org-owned-allowlist--verified-identities]

### AttestationRegistryStatus [#attestationregistrystatus]

| Value     | Description |
| --------- | ----------- |
| `ACTIVE`  |             |
| `REVOKED` |             |

## Deployment file access (files tab) [#deployment-file-access-files-tab]

### ServiceFileType [#servicefiletype]

| Value       | Description |
| ----------- | ----------- |
| `FILE`      |             |
| `DIRECTORY` |             |
| `SYMLINK`   |             |
| `OTHER`     |             |

### ServiceFileAccessMode [#servicefileaccessmode]

What the user may touch inside the running container. Resolved from the
template's fileAccess declaration, falling back to flavor defaults
(git-source → READ\_ONLY, DATABASE → READ\_ONLY, else FULL). Enforced
server-side on every file query/mutation: the UI only renders it.

| Value         | Description |
| ------------- | ----------- |
| `FULL`        |             |
| `CONFIG_ONLY` |             |
| `READ_ONLY`   |             |
| `HIDDEN`      |             |

### ServiceShellAccessMode [#serviceshellaccessmode]

| Value  | Description |
| ------ | ----------- |
| `FULL` |             |
| `NONE` |             |

## Feedback & bug reports [#feedback--bug-reports]

### FeedbackCategory [#feedbackcategory]

| Value             | Description |
| ----------------- | ----------- |
| `BUG`             |             |
| `FEEDBACK`        |             |
| `FEATURE_REQUEST` |             |

## Subscription health monitoring [#subscription-health-monitoring]

### HealthStatus [#healthstatus]

| Value       | Description |
| ----------- | ----------- |
| `healthy`   |             |
| `degraded`  |             |
| `unhealthy` |             |

## Agent chat system [#agent-chat-system]

### AgentStatus [#agentstatus]

| Value      | Description |
| ---------- | ----------- |
| `ACTIVE`   |             |
| `INACTIVE` |             |
| `TRAINING` |             |
| `ERROR`    |             |

### MessageRole [#messagerole]

| Value    | Description |
| -------- | ----------- |
| `USER`   |             |
| `AGENT`  |             |
| `SYSTEM` |             |

## Observability / APM [#observability--apm]

### MetricAggregation [#metricaggregation]

| Value   | Description |
| ------- | ----------- |
| `AVG`   |             |
| `SUM`   |             |
| `MIN`   |             |
| `MAX`   |             |
| `COUNT` |             |

## Templates [#templates]

### TemplateCategory [#templatecategory]

| Value         | Description |
| ------------- | ----------- |
| `GAME_SERVER` |             |
| `WEB_SERVER`  |             |
| `DATABASE`    |             |
| `STORAGE`     |             |
| `AI_ML`       |             |
| `DEVTOOLS`    |             |
| `CUSTOM`      |             |

### TemplateReleaseStage [#templatereleasestage]

| Value        | Description |
| ------------ | ----------- |
| `production` |             |
| `internal`   |             |

## Github deploy (phase: github deploy, 2026-04-20) [#github-deploy-phase-github-deploy-2026-04-20]

### BuildStatus [#buildstatus]

| Value              | Description |
| ------------------ | ----------- |
| `PENDING`          |             |
| `DISPATCH_UNKNOWN` |             |
| `RUNNING`          |             |
| `SUCCEEDED`        |             |
| `FAILED`           |             |
| `CANCELED`         |             |

## Regions [#regions]

### RegionConfidence [#regionconfidence]

Coarse confidence indicator for a region: drives UI dot color.

| Value    | Description |
| -------- | ----------- |
| `GREEN`  |             |
| `YELLOW` |             |
| `RED`    |             |
