Notte
Framework (OSS)LIVEby Notte
Notte structures the web into a machine-readable action graph, giving LLM agents reliable, replayable browser trajectories. Strong emphasis on reproducibility and step-level debugging through structured action logs. Open source with an optional hosted API tier.
- Provider
- Notte
- Type
- Framework (OSS)
- Added
- Jan 2025
- Interface
- Task + session
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- partial
- Max session
- 90 min
- Regions
- US, EU
- Pricing
- license free (OSS)hosted tier per-session pricing
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.3%
Traffic share
2.8%
Success
0s
Median duration
Free · OSS
List price
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | $0.00 | — |
| license | free (OSS) | — | — |
| hosted tier | per-session pricing | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flowsextra
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "notte"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "notte"
}'