Edictum

Agent Assignment

Current status of agent assignment in the public control-plane surface.

AI Assistance

Right page if: you want the current public truth on agent-to-ruleset assignment. Wrong page if: you want to connect an agent -- see https://docs.edictum.ai/docs/control-plane/connecting-agents. Gotcha: the old assignment-rules API from the retired server stack is not part of the current public API.

The old assignment-rules system from the retired edictum-server stack is not part of the current public API.

Current Public Path

Today, the public control-plane path is explicit:

  • Python agents usually pass bundle_name to Edictum.from_server()
  • TypeScript agents currently require bundleName
  • Go agents pass the ruleset/bundle name in server config

That explicit ruleset name is the public way to decide what an agent loads.

What Is Not Publicly Documented

  • no public /assignment-rules API
  • no public bulk assignment API
  • no public UI for assignment-rule authoring

If assignment automation becomes part of the public surface again, this page should be rewritten from the live edictum-api routes, not from the retired server design.

Last updated on

On this page