RelayAPI

Return the static catalog of node kinds, entrypoints, bindings, actions, and channel capabilities

GET
/v1/automations/catalog
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/automations/catalog"
{  "action_types": [    null  ],  "binding_types": [    null  ],  "channel_capabilities": {    "property1": null,    "property2": null  },  "entrypoint_kinds": [    null  ],  "node_kinds": [    null  ],  "template_kinds": [    "string"  ]}

Found something wrong? Help us improve this page.