Premise
A local gateway instead of scattered keys.
API keys usually end up spread across tools, scripts, and temporary experiments. API YES starts from a simpler operating model: collect the provider-owned keys in one local desktop app, then let local endpoints represent the exact services that downstream tools should use.
The upstream provider API stays unified inside API YES. The tool using the model does not need to know where the original key came from, which base URL it uses, or which compatible format it expects. It receives a local URL and a local access key; API YES handles the routing, pass-through, limits, and records around that request.
API YES is a personal API gateway: provider APIs go in, customized local API services come out.
Local model
Provider APIs in, customized local services out.
The important idea is not to create another cloud account or enterprise secrets manager. API YES is a local-first control layer for personal development: one place to store owned keys, one place to start the local server, and one place to expose separate API shapes for separate tools.
Keys stay local
Provider keys are stored on the desktop and encrypted through the operating system keychain.
Local API entries
Each downstream tool can receive its own generated local URL and access key, with loopback or LAN access.
Format adapters
OpenAI, OpenAI Responses, and Anthropic-style interfaces can be exposed from the same local control plane.
Visible usage
Request history, token tallies, quick tests, and token ceilings make each local service easier to inspect.