# Only PRIVATE_KEY is required to launch the agent; everything else falls back to defaults. # Agent HTTP configuration # Optional. Port that Bun will listen on locally. PORT=8787 # Optional. Base URL surfaced in the agent manifest for absolute links. API_BASE_URL=http://localhost:8787 # Chain configuration # Optional. RPC endpoint used for ERC-8004 trust interactions. RPC_URL= # Optional. Set to true to auto-register the agent identity at startup. REGISTER_IDENTITY=false # Optional. Payment network identifier (e.g. ethereum, base, base-sepolia). NETWORK=ethereum # Optional unless monetization is enabled. Facilitator API base URL. FACILITATOR_URL=https://facilitator.daydreams.systems # Payments (optional) # Optional. Address that receives x402 payments. PAYMENTS_RECEIVABLE_ADDRESS=0xYourPaymentAddress # Optional. Default price (in base units) when no entrypoint price is set. DEFAULT_PRICE=1000 # Secrets # Required. Used to sign payment requests with the agent wallet. PRIVATE_KEY= # Dashboard examples (Next.js adapter, AppKit) expect placeholder values. # Safe to leave as-is until you wire up real credentials. OPENAI_API_KEY=0xtest NEXT_PUBLIC_PROJECT_ID=0xtest