Nodes
Register a new node
Adds a new local or remote node. Only one local node is allowed per instance; attempting to create a second local node returns 409. Remote nodes require an API URL pointing to another Sencho instance and an API token for authentication. Requires node:manage permission. Node type is immutable after creation.
Note: API tokens cannot manage nodes.
post/api/nodes
Request body
Example request
{
"name": "production-server",
"api_url": "https://sencho.example.com:1852"
}Response
Node created.