How-to
Wire a custom REST API
Point Aarmos at any REST endpoint. Import an OpenAPI 3 spec or define endpoints by hand.
- 1
Settings → Custom REST APIs → Add.
- 2
Set the base URL and auth (bearer, API key, basic, or OAuth 2.0).
- 3
Define endpoints by hand or import an OpenAPI 3 spec.
- 4
Test the first call — it becomes a first-class tool the model can invoke by name.
Related