1. Get your API key
- Log in to your Vern account.
- Navigate to API Keys in the dashboard.
- Generate a new API key. Keep it secure and never expose it in client-side code.
2. Install the SDK
3. Initialize the SDK
Import and initialize the Vern SDK with your API key:4. Set up webhooks
Configure a webhook endpoint to receive data from Vern. When events occur — like a workbook export or a Scout run completing — Vern sends an HTTPPOST request to your endpoint.
You can configure your webhook URL in the Vern dashboard.
5. Run a Scout task (optional)
If you’re using Scouts to scrape data from customer systems, you can trigger runs programmatically:- SDK
- REST API
Next steps
- Developing with Vern — API authentication, error handling, and SDK details
- Webhooks — Event types, verification, and best practices
- Scouts — Create browser automation tasks to scrape customer data