Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Notte Agents API

Run autonomous web agents from natural-language tasks.

Notte Agents API is one of 7 APIs that Notte publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Agents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.4.40.

Requests are made against a single base URL, https://api.notte.cc.

5 operations 5 paths 3 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.4.40
Base URL
https://api.notte.cc
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Notte Agents API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Notte API key obtained from the Notte Console (https://console.notte.cc), passed as a Bearer token in the Authorization header. The SDK reads the NOTTEAPIKEY e…

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 1 DELETE, 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Agents 5

Run autonomous web agents from natural-language tasks.

POST
/agents/start
Agent Start
agentStart body → 200
GET
/agents
List Agents
listAgents 3 params → 200
GET
/agents/{agent_id}
Agent Status
agentStatus 1 param → 200
DELETE
/agents/{agent_id}/stop
Agent Stop
agentStop 1 param → 200
GET
/agents/{agent_id}/workflow/code
Get Script
getScript 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are AgentStartRequest (11 properties), AgentResponse (6 properties). Each schema is shown below with its type and property counts.

AgentResponse
object
6 properties
AgentStartRequest
object
11 properties 2 required
AgentStatusResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

notte-agents-api-openapi.yml Raw ↑

Other APIs Notte publishes across the network.

Notte Health API
Notte Page API
Notte Personas API
Notte Scraping API
Notte Sessions API
Notte Vaults API