Agent Browser API Documentation

April 15, 2025 ยท View on GitHub

OpenAPI Integration

This API provides OpenAPI 3.1 documentation that can be accessed in various ways:

Swagger UI

Access the interactive Swagger UI documentation at:

http://localhost:8080/api/docs

This provides a web-based interface to explore the API, read documentation, and make test requests.

OpenAPI Specification

The raw OpenAPI specification can be accessed at:

http://localhost:8080/api/docs/openapi.yaml

Postman Integration

To use this API with Postman:

  1. Open Postman
  2. Click on "Import" in the top left corner
  3. Select the "Link" tab
  4. Enter the URL: http://localhost:8080/api/docs/openapi.yaml
  5. Click "Import"

This will create a Postman collection with all endpoints pre-configured.