API
Reach and use the you-agent-factory local HTTP API: how to get a listener running at all, the default base URL, the session-oriented flow, and the path to the operations catalog.
How To Reach
The API binds the loopback interface on the machine that started it, so clients on that machine reach it and nothing else does. The default base URL is http://localhost:7437 unless the process that bound the listener overrode host or port through the global server flag. Point HTTP clients at a factory server you run yourself, never at a documentation host.Default local base URL
Three ways to get a listener
Typical Session Flow
The live Factory Session is the unit you discover, inspect, and address. Every session-scoped operation takes a session id in the path, so the first call is always the one that gets you an id.List sessions to get an id
Inspect one session and read its runtime status
The same two reads from the CLI