Install and run Copilot API Proxy via npx
masterYou can run the proxy directly without a permanent installation using npx. This is useful for quick testing or running the service on demand.
Common tasks:
- Start the server:
npx copilot-api@latest start - Start on a custom port:
npx copilot-api@latest start --port 8080 - Run authentication flow only:
npx copilot-api@latest auth
# Basic usage with start command
npx copilot-api@latest start
# Run on custom port with verbose logging
npx copilot-api@latest start --port 8080 --verbose
# Run only the auth flow
npx copilot-api@latest auth