> ## 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.

# Commands

> Overview of all Royaltyport CLI commands.

The Royaltyport CLI provides commands for authentication, project browsing, sandbox interaction, and managing contracts and statements.

<CardGroup cols={2}>
  <Card title="royaltyport login" icon="key" href="/cli-reference/commands/login">
    Authenticate with the Royaltyport API.
  </Card>

  <Card title="royaltyport logout" icon="lock" href="/cli-reference/commands/logout">
    Clear stored credentials and configuration.
  </Card>

  <Card title="royaltyport projects" icon="folder" href="/cli-reference/commands/projects">
    List all accessible projects.
  </Card>

  <Card title="royaltyport project info" icon="info" href="/cli-reference/commands/project-info">
    Display sandbox filesystem overview.
  </Card>

  <Card title="royaltyport project exec" icon="terminal" href="/cli-reference/commands/project-exec">
    Execute commands in a project sandbox.
  </Card>

  <Card title="royaltyport contracts upload" icon="upload" href="/cli-reference/commands/contracts-upload">
    Upload a contract to a project.
  </Card>

  <Card title="royaltyport contracts status" icon="spinner" href="/cli-reference/commands/contracts-status">
    Check processing status for a contract.
  </Card>

  <Card title="royaltyport contracts list" icon="list" href="/cli-reference/commands/contracts-list">
    List contracts in a project.
  </Card>

  <Card title="royaltyport contracts download" icon="download" href="/cli-reference/commands/contracts-download">
    Download a contract file from a project.
  </Card>

  <Card title="royaltyport statements upload" icon="upload" href="/cli-reference/commands/statements-upload">
    Upload a statement to a project.
  </Card>

  <Card title="royaltyport statements status" icon="spinner" href="/cli-reference/commands/statements-status">
    Check processing status for a statement.
  </Card>

  <Card title="royaltyport statements list" icon="list" href="/cli-reference/commands/statements-list">
    List statements in a project.
  </Card>

  <Card title="royaltyport statements download" icon="download" href="/cli-reference/commands/statements-download">
    Download a statement file from a project.
  </Card>
</CardGroup>
