Welcome to Notte! This guide will help you get started with our platform. By the end, youโ€™ll have launched your first Web AI agent in a remote headless browser session and gained a solid understanding of Notteโ€™s capabilities.

1

Creating Your Account & Requesting an API Key

Create an account on our console to request an API key. We offer a free tier for testing and a pay-as-you-go tier for production.

Keep your keys secure! Do not share them or expose them in client-side code.

Include your API key in the request header as: Authorization: Bearer NOTTE_API_KEY

2

Monitor your API usage

Access the Overview Dashboard at https://console.notte.cc/dashboard to view your active browser sessions, API usage metrics, and system status.

3

Run your first Web AI agent

The best way to get started is by using our Python SDK. Follow our step-by-step guide to begin using the Python SDK here.