Jentic publishes the only available OpenAPI specification for Airtop API, keeping it validated and agent-ready. Airtop is a cloud browser platform built for AI agents that need to operate the web with stateful sessions, persistent profiles, automations, and form filling. The 39 documented endpoints cover session lifecycle, window management, async automation creation and execution, form-filler automations, and profile saving on session termination. Authentication uses bearer tokens scoped per workspace.
39 endpointsJentic publishes the only available OpenAPI specification for Airtop API, keeping it validated and agent-ready. Airtop provides cloud browser sessions purpose-built for AI agents, exposing primitives for creating sessions, opening windows, navigating pages, clicking, hovering, filling forms, and running scrape and monitor jobs. The 39-endpoint surface includes synchronous and asynchronous automation flows, a form-filler builder, page query and scrape operations, and profile persistence so a long-running agent can keep cookies and login state across runs. Authentication is bearer-token based, with operations grouped around sessions, windows, automations, and profiles.
39 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.