For the complete documentation index, see llms.txt. This page is also available as Markdown.

HTTP API Reference

Early Access. The GraphQL API lets developers query the Unified Namespace programmatically. It's experimental and off by default. To turn it on, set agent.graphql.enabled: true in the agent: block of your umh-core instance configuration. See Configuration for all options. Tell us what you think.

GraphQL API

  • Default: Disabled; enable with agent.graphql.enabled: true (port 8090)

  • Endpoint: POST /graphql

  • GraphiQL: Available at / when debug enabled

  • Purpose: Query Unified Namespace topics

Topic Browser GraphQL

Monitoring

  • Metrics: See Production Metrics

  • Health: Via FSM state monitoring

Last updated