Quickstart

Install Scopeform, authenticate the CLI, generate `scopeform.yml`, deploy your agent, and use the scoped runtime token in your app.

1. Install

$ pip install scopeform

2. Log in

$ scopeform login

3. Initialise your project

$ scopeform init

4. Deploy

$ scopeform deploy

5. Use `SCOPEFORM_TOKEN`

Scopeform writes the runtime token to `.env`. Your agent should read `SCOPEFORM_TOKEN` from the environment rather than embedding a provider key directly.

6. View the dashboard

Open the dashboard to inspect agent status, review logs, and revoke access.