Wire a custom REST API

How-to

Wire a custom REST API

Point Aarmos at any REST endpoint. Import an OpenAPI 3 spec or define endpoints by hand.

  1. 1

    Settings → Custom REST APIs → Add.

  2. 2

    Set the base URL and auth (bearer, API key, basic, or OAuth 2.0).

  3. 3

    Define endpoints by hand or import an OpenAPI 3 spec.

  4. 4

    Test the first call — it becomes a first-class tool the model can invoke by name.

Open Custom APIs

Related