> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# InternDaemonAccess

The intern daemon's origin and the bearer `ori tui --host` sends to it as `ORI_DAEMON_TOKEN`.

## Example Usage

```typescript theme={null}
import { InternDaemonAccess } from "@openrouter/sdk/models";

let value: InternDaemonAccess = {
  origin: "https://research-assistant-7c9e6679.or.bot",
  token: "daemon_token",
};
```

## Fields

| Field    | Type     | Required             | Description |
| -------- | -------- | -------------------- | ----------- |
| `origin` | *string* | :heavy\_check\_mark: | N/A         |
| `token`  | *string* | :heavy\_check\_mark: | N/A         |
