iiRecord
Agentic AI Atlas · Default localhost HTTP server (dashboard + API)
http-server:default-localhosta5c.ai
II.
HTTPServerExtension JSON

http-server:default-localhost

Structured · live

Default localhost HTTP server (dashboard + API) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/http-servers/http-servers-symphony.yamlCluster · extensions
Record JSON
{
  "id": "http-server:default-localhost",
  "_kind": "HTTPServerExtension",
  "_file": "extensions/http-servers/http-servers-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Default localhost HTTP server (dashboard + API)",
    "port": 8080,
    "bindAddress": "127.0.0.1",
    "hotReloadable": true,
    "dashboardEnabled": true,
    "apiEnabled": true,
    "authMode": "none",
    "corsPolicy": "same-origin"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "api-endpoint:get-state",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    },
    {
      "from": "api-endpoint:get-by-id",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    },
    {
      "from": "api-endpoint:post-refresh",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    }
  ]
}