Rivery

Type: Ingestion

Website: https://rivery.io/

API Docs: https://docs.rivery.io/docs/rivery-api

Authentication

To authenticate Orchestra to Rivery, you need to generate an API token in Rivery. You can find instructions on how to do that here.

Orchestra uses Rivery API tokens to connect to your Rivery account. API tokens in Rivery are scoped to the environment they are created in. If you wish to run rivers in separate environments you will need to create additional tokens and store them as separate connections in Orchestra. You can create a new API token by following the instructions below.

Instructions

  • Head over to Rivery dashboard. Navigate to Settings -> API Tokens.

  • Click on 'Add Token' to create a new API Token.

  • Grant the required permissions to the token. You cannot change these later. Orchestra requires the following permissions:

    • river:execute

    • river:list

    • activity:list

    • Other list permissions may be required in the future

Account ID and Environment ID

Your account ID and environment ID can be found in the URL when in the environment that the API token belongs to.

Jobs

NameDescription

Run River

Runs a Rivery river

Last updated