Skip to main content

Integrations

Integrations in Gredit allow scripts to connect to external services in a centralized and secure manner. Two types of integrations are available:

  • API Integrations: Connection to external REST services to consume or send data from scripts.
  • AWS Integrations: Connection to Amazon Web Services such as S3 (file storage) and Athena (SQL queries on S3 data).

Both can be configured independently and used in any script within the account that has the corresponding permissions.

What they are used for

Integrations allow scripts (Ruby or Python) to access external data or send results to cloud services without managing credentials directly in the code. Credentials are stored encrypted and decrypted at runtime when building the configuration for the script.

  • Belong to an Account
  • Scripts (Ruby or Python) reference integrations by name using @@integration['name']
  • Access to integration configuration is controlled by Roles