Skip to main content
Subdirectory: hosts/ · Body: host knowledge (free-form text, optional) The MDX body becomes the host’s knowledge — free-form notes the agent reads before working on this host. Keep it operator-facing: installed tools, quirks, where credentials live, exact software versions.

Frontmatter

Jump hosts are applied before the hosts that reference them during resources sync, so forward references within the same sync are safe.

Fields NOT supported

These come from later forms or other resources and are not yet declarable in MDX:
  • knowledge field — comes from the MDX body, not frontmatter
  • description — set in the UI for now
  • id, tenant_id, org_id, created_at, updated_at — system-set
Any extra key in frontmatter fails strict validation.

Example

hosts/web-01.mdx

Gotchas

  • Tags are vocab-validated. Free-text tags are rejected. See the tag vocabulary for the closed list.
  • additional_names are not the structured tags. They’re free-form aliases for search. Real tags go in tags.
  • Re-syncing the body replaces host knowledge wholesale. Editing the body in MDX and re-syncing overwrites what’s in Command Center.
  • At least one IP is required. Either public_ip or private_ip must resolve to a non-null value before the host can be created.