Skip to main content
Page stub. Full content lives in the README — hexgate register.
hexgate register --agent examples.customer_bot:agent
hexgate register --agent my_app.agents:my_agent --description "Customer support bot"
--agent takes a Python import path module.path:attribute. The CLI imports the module, grabs the agent object, and POSTs its manifest to ${HEXGATE_API_URL}/v1/agents using ${HEXGATE_KEY} as the bearer token.