Interns
Get an intern's daemon access
Returns the origin and daemon token that attach ori tui --host to one visible, running intern. The token is a credential: the response is sent with Cache-Control: no-store, each reveal is logged by caller and intern, and a caller may make 10 reveals per minute. The API key selects the caller, workspace and visible interns. There is no default workspace fallback. Requests on regional hostnames such as eu.openrouter.ai are refused. API key required.
get/interns/{internId}/daemon-access
Path parameters
internIdstring required
ID of an intern visible to the authenticated API key.
Example:7c9e6679-7425-40de-944b-e07fc1f90ae7
ID of an intern visible to the authenticated API key.
Response
Daemon origin and token.
Example response
{
"origin": "https://research-assistant-7c9e6679.or.bot",
"token": "daemon_token"
}