Search ReAI API endpoints
reai_search_endpointsSearch the full ReAI OpenAPI surface to locate operations by keyword, tag, or HTTP method when you need endpoints for leads, agreements, subscriptions, or other tasks not covered by curated tools.
Instructions
Search the full ReAI OpenAPI surface (313 public operations) by keyword, tag or HTTP method. Use this whenever no curated tool covers what you need — for example leads, agreements, subscriptions, assets, warehouses, share investments, salary or Peppol. Returns matching operations with their path, parameters and request-body field names. Follow up with reai_describe_endpoint for full schemas, then call it via reai_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Restrict to one tag, e.g. "Invoices" or "Bank reconciliations". Use reai_list_api_tags to see them all. | |
| limit | No | Maximum results (default 25). | |
| query | No | Keywords to match against path, tag, summary and description. Norwegian domain terms often appear in descriptions (e.g. "mva", "bilag", "kunde"), and English ones in paths and tags. Omit to browse by tag alone. | |
| method | No | Restrict to one HTTP method. | |
| includeInternal | No | Include undocumented internal endpoints (payment-provider webhooks, the POS app, platform admin). Off by default; these are not intended for API consumers. |