Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

Install the Paperclip CLI:
curl -fsSL https://paperclip.gxl.ai/install.sh | bash

Credentials

Run the login command to authenticate via OAuth:
paperclip login
This opens a browser window for OAuth authentication and stores credentials at ~/.paperclip/credentials.json.

Verify

paperclip search "test"
For Python configuration, see the Python Paperclip Setup guide.