Agent Dashboard
by wildware-uk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port (read by the Node adapter). Default: 8010. | 8010 |
| HOLD_S | No | Seconds `request_input` parks before returning `pending`. Max 59. Default: 55. | 55 |
| ORIGIN | No | Adapter CSRF origin. Must equal PUBLIC_BASE_URL. The compose file sets it automatically. | |
| DATA_DIR | No | SQLite database plus media/ directory. Default: data (in the image: /data). | data |
| XFF_DEPTH | No | Number of proxies you control, counted from the right. Set together with ADDRESS_HEADER. | |
| TOKEN_SECRET | Yes | HMAC key for agent and upload tokens. 32+ chars. Rotating it kills every minted token. Required. | |
| ADDRESS_HEADER | No | Set to X-Forwarded-For when a reverse proxy is in place. Must be unset without a proxy, otherwise every request answers 500. | |
| SESSION_SECRET | Yes | Signs the owner session cookie. 32+ chars. Required. | |
| BODY_SIZE_LIMIT | No | Adapter-level cap. Must be ≥ MAX_VIDEO_BYTES or uploads 413 before the app sees them; startup refuses if it is smaller. Default: 200 MiB in image. | 200 MiB in image |
| MAX_IMAGE_BYTES | No | Per-image upload cap, enforced as the bytes arrive. Default: 10 MiB. | 10 MiB |
| MAX_VIDEO_BYTES | No | Per-video upload cap. Default: 200 MiB. | 200 MiB |
| PUBLIC_BASE_URL | Yes | Externally reachable origin. Must be what agents can reach. Required in effect. | |
| ADMIN_PASSWORD_HASH | Yes | argon2id hash of the one owner password (generated with `hash-password`). Required. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessUnresponsive