Get started
Your first steps with Notte ๐
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.
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
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.
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.