examples/python/agent_deployments/minimal_service/nullspace.agent.toml to
package a Python HTTP server, start it as a managed service, and fetch its
public URL.
Setup
CLI
0.0.0.0:8000, exposes /health, and uses
permissions.public_url = true so nullspace agent url can return a public
endpoint. Expected output includes a public URL, a ready service status, and a
/health response with {"ok": true}.
Python
The companionrun.py script uses the same deployment contract through the SDK: