Basalt

Interact with Basalt API to manage prompts, monitoring, and datasets

Actions9

Overview

This node interacts with the Basalt API to create an experiment for monitoring purposes. It is useful for users who want to manage feature experiments within their Basalt environment, allowing them to specify a feature slug and name for the experiment. Practical applications include A/B testing or feature flag monitoring in software development and deployment workflows.

Use Case Examples

  1. Creating an experiment to monitor a new feature rollout by specifying the feature slug and experiment name.
  2. Automating the creation of monitoring experiments as part of a CI/CD pipeline to track feature performance.

Properties

Name Meaning
Feature Slug The slug of the feature to create an experiment on.
Name The name of the experiment.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • experimentId - The unique identifier of the created experiment.
  • featureSlug - The slug of the feature associated with the experiment.
  • name - The name of the created experiment.
  • status - The status of the experiment creation request, e.g., success or failure.

Dependencies

  • Basalt API with an API key credential for authentication

Troubleshooting

  • Ensure the feature slug is correct and exists in the Basalt system to avoid errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Verify that the API URL and credentials are correctly configured in the node settings.

Links

Discussion