Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Project name for configuration like Example Project
Environment - "dev", "staging" or "prod"
Available options:
dev, staging, prod The name of the configuration like v0
Response
200 - application/json
An array of configurations
ID of the project to which this configuration belongs
Name of the configuration
Name of the provider - "openai", "anthropic", etc.
ID of the configuration
List of environments where the configuration is active
Type of the configuration - "LLM" or "pipeline" - "LLM" by default
Available options:
LLM, pipeline Details of user who created the configuration

