Nodes
Register a new node
Adds a new local or remote node. Remote nodes require an API URL pointing to another Sencho instance and an API token for authentication. Requires node:manage permission.
Note: API tokens cannot manage nodes.
post/api/nodes
Request body
Example request
{
"name": "production-server",
"api_url": "https://sencho.example.com:3000"
}Response
Node created.