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

# royaltyport project info

> Display the AGENTS.md from a project's sandbox.

```bash theme={null}
royaltyport project info <project_id>
```

Displays the `AGENTS.md` from a project's sandbox — a filesystem overview with instructions for navigating project data.

***

## Arguments

| Argument     | Required | Description      |
| ------------ | -------- | ---------------- |
| `project_id` | Yes      | The project UUID |

***

## Behavior

1. Connects to the project sandbox
2. Fetches `AGENTS.md` from the sandbox root
3. Prints the file content to stdout

***

## Example

```bash theme={null}
royaltyport project info a1b2c3d4-e5f6-7890-abcd-ef1234567890
```
