Skip to main content
Registers a new node with the control plane.
cara-agent calls this endpoint automatically on startup. You only need to call it directly if you are registering a node manually or building a custom agent.

Request body

string
required
Must be "caravanserai/v1".
string
required
Must be "Node".
object
required
object

Response

Returns 201 Created with the registered Node object. The server initialises status.state to NotReady; the agent transitions it to Ready once heartbeats are confirmed.

Example