PinMe Worker OpenRouter API Integration Guides how to call PinMe platform's OpenRouter proxy APIs in a PinMe Worker (TypeScript). Workers use the PinMe project API key; they never hold the real OpenRouter API key. Environment Variables The following environment variables are automatically injected when the Worker is created — no manual configuration needed: authenticates the Worker to PinMe. is required for and must belong to the same project as . When is not set, use . --- Models API Endpoint: Authentication: header (using ) Request Body: none Use this when the Worker needs to list available…