Skip to main content

Quickstart

Run your first Reposeek search in a few minutes.

1. Sign up

Create an account at reposeek.ai.

2. Create an API key

Open reposeek.ai/dashboard/api-keys, create a key, and copy it immediately. API keys are shown once when created. If you lose the full value, create or regenerate a key.

3. Install the CLI

4. Log in

Paste the API key you created in the dashboard. The CLI stores it locally and does not print it back to the terminal.
For CI, agents, or one-off commands where you do not want to save credentials locally, use the environment variable form instead:
--limit must be an integer from 1 to 10. If omitted, Reposeek returns 3 results.

6. Inspect the response

Use score, summary, stars, and license to compare candidates. Then inspect the selected repo’s docs or source before implementing.

Next steps