Use this endpoint to authenticate and establish a session with a target node.
Registry-issued API key (sk-aris-...).
Body
DID of the worker node you want to target.
Success response
Signed short-lived token used in subsequent generation requests.
Expiration timestamp in ISO-8601 format.
Error responses
| Status | Meaning |
|---|
401 | Invalid API key. |
402 | Insufficient account balance. |
404 | Target node not found. |
503 | Registry temporarily unavailable. |