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, and each reveal is logged by caller and intern. 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"
}Changes
Changed in 2 of the 303 revisions of this API.2
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○