# Open Responses API Configuration File

## Basic Configuration ##
HOST=127.0.0.1
PORT=8080
DOCKER_TAG=latest_responses
API_VERSION=0.0.1

## Authentication & Security ##
RESPONSES_API_KEY="resp_e4aa35b83a2da5bf1647e8cd02b926639567748be638e190"
MEMORY_STORE_PASSWORD="5b6414d97029d1c299938950"

## Required External API Keys ##
# These keys are required for core functionality
OPENAI_API_KEY=""
UNSTRUCTURED_API_KEY=""
BRAVE_API_KEY=""

## API Configuration ##
# These settings control API behavior
RESPONSES_API_PORT="8080"
NODE_ENV="production"
LOG_LEVEL="info"
REQUEST_TIMEOUT="120000"
MAX_PAYLOAD_SIZE="10mb"

## Rate Limiting ##
# Controls request rate limiting
RATE_LIMIT_WINDOW="60000"
RATE_LIMIT_MAX="100"

## Optional Provider API Keys ##
# Enable one or more of these providers as needed

# AI Model Providers

# Cloud Service Providers

# Additional Service Providers
