AgentQL · Capability

AgentQL API — Remote Browser

AgentQL API — Remote Browser. 1 operations. Lead operation: AgentQL Create Remote Browser Session. Self-contained Naftiko capability covering one Agentql business surface.

Run with Naftiko AgentqlRemote Browser

What You Can Do

POST
Createremotebrowsersession — AgentQL Create Remote Browser Session
/v1/tetra/sessions

MCP Tools

agentql-create-remote-browser-session

AgentQL Create Remote Browser Session

Capability Spec

agentql-remote-browser.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AgentQL API — Remote Browser
  description: 'AgentQL API — Remote Browser. 1 operations. Lead operation: AgentQL Create Remote Browser Session. Self-contained
    Naftiko capability covering one Agentql business surface.'
  tags:
  - Agentql
  - Remote Browser
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AGENTQL_API_KEY: AGENTQL_API_KEY
capability:
  consumes:
  - type: http
    namespace: agentql-remote-browser
    baseUri: https://api.agentql.com/v1
    description: AgentQL API — Remote Browser business capability. Self-contained, no shared references.
    resources:
    - name: tetra-sessions
      path: /tetra/sessions
      operations:
      - name: createremotebrowsersession
        method: POST
        description: AgentQL Create Remote Browser Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.AGENTQL_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: agentql-remote-browser-rest
    port: 8080
    description: REST adapter for AgentQL API — Remote Browser. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tetra/sessions
      name: tetra-sessions
      description: REST surface for tetra-sessions.
      operations:
      - method: POST
        name: createremotebrowsersession
        description: AgentQL Create Remote Browser Session
        call: agentql-remote-browser.createremotebrowsersession
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agentql-remote-browser-mcp
    port: 9090
    transport: http
    description: MCP adapter for AgentQL API — Remote Browser. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: agentql-create-remote-browser-session
      description: AgentQL Create Remote Browser Session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agentql-remote-browser.createremotebrowsersession
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.