Basalt

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

Actions9

Overview

This node interacts with the Basalt API to list prompts, optionally filtered by a feature slug. It is useful for retrieving a collection of prompts from the Basalt system, which can be used in workflows that require prompt management or analysis.

Use Case Examples

  1. Retrieve all prompts associated with a specific feature slug to analyze or process them further.
  2. List all available prompts without filters to display or use them in subsequent workflow steps.

Properties

Name Meaning
Filters Allows filtering of prompts by specific criteria such as feature slug.
Request Options Settings to control request behavior such as batching, SSL handling, proxy usage, and timeout.

Output

JSON

  • prompts - Array of prompt objects returned from the Basalt API.

Dependencies

  • Basalt API with API key credentials

Troubleshooting

  • Ensure the API URL and credentials are correctly configured to avoid authentication errors.
  • If filtering by feature slug, verify the slug is correct to avoid empty results.
  • Timeout errors may occur if the server is slow; adjust the timeout setting accordingly.
  • SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this is insecure and should be used cautiously.

Links

Discussion