Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.finalrun.app/llms.txt

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

FinalRun Cloud runs tests on FinalRun’s hosted infrastructure with managed AI access, so you don’t need to bring your own provider key. New accounts include $5 of credits.

1. Sign up

Create an account at https://cloud.finalrun.app.

2. Generate an API key

In the dashboard, open the API keys section and create a new key. Copy the value — it is shown only once.

3. Set FINALRUN_API_KEY

The CLI reads FINALRUN_API_KEY from the same sources as provider keys.
Add the key to a .env file at your workspace root:
echo "FINALRUN_API_KEY=your-key-here" > .env
See Managing environments and secrets for dotenv load order details.

Run a cloud test

finalrun cloud test smoke.yaml --platform android
Prefer to use your own AI provider account instead? See AI Providers for the bring-your-own-key setup.