BYOAIK — Bring Your Own AI Key: a directory of AI tools that run on your own API key.
Fabric
Open-source CLI framework for augmenting humans with AI via reusable, crowdsourced prompt "patterns."
- Category:
- Developer Infrastructure
- Pricing:
- Open Source
- Open source:
- Yes (MIT)
- Self-hostable:
- Yes
- Local-first:
- Yes
- Platforms:
- CLI, Web, Self-hosted, Library/SDK, Docker
- AI providers (bring your own key):
- OpenAI, Anthropic, Google Gemini, Azure OpenAI, OpenRouter, Groq, Mistral, DeepSeek, Perplexity, Together AI, Ollama, Custom / OpenAI-compatible
- API key storage:
- Configured by environment variable
- Key risk level:
- LOW
- Trust score:
- 94/100
Fabric is an open-source (MIT) command-line framework by Daniel Miessler that organizes AI prompts into reusable, version-controlled "patterns" (e.g. summarize, analyze code, extract wisdom) runnable from the CLI, a built-in web UI, or REST API. The `fabric --setup` interactive wizard initializes config and lets users enter their OWN API keys for each vendor; if no vendor is specified, it auto-detects based on model name and the keys you've provided. It supports 20+ providers through a three-tier architecture: native SDK integrations (OpenAI, Anthropic/Claude, Google Gemini, Azure OpenAI, Amazon Bedrock, Vertex AI), an OpenAI-compatible layer for vendors like Groq, Mistral, DeepSeek, Together, OpenRouter, and Perplexity (150+ providers via openai_compatible plugins with configurable base URLs), plus local models via Ollama. Runs on macOS, Linux, and Windows. Actively maintained with frequent releases (v1.4.455 on Jun 9, 2026; 408 total releases) and continuous provider updates including Claude Opus 4.7 support.
How your API key is handled
Your API key is supplied via an environment variable or local config file. Requests are sent directly to the AI provider. Because it can be self-hosted, your key never has to touch a third-party backend.
Setup
Install the tool, set your provider API key as an environment variable (or in its config file), and pick a model.