Every Keystore integration method, explained with working code.
Use interceptAll() to transparently route OpenAI and Anthropic requests through the Keystore vault. The simplest integration path — zero SDK changes required.
Use ks.wrap() to proxy a single OpenAI client through the vault. Build a multi-turn chatbot with dashboard-configured budget enforcement.
Use setupEnv() to rewrite environment variables so LangChain automatically resolves keys from the Keystore vault. Zero framework code changes.
Use wrapNeon() for secure database queries and interceptAll() for OpenAI. Build an agent that reads data, summarizes with GPT, and writes results back.
Zero-SDK integration. Paste proxy URLs and a ks_ token into your agent's system prompt — any framework, any language. Works with OpenAI, Anthropic, Resend, and more.
Use ks.wrap() for both OpenAI and Resend clients. Build an anomaly detection agent that analyzes data and sends email alerts — all keys from the vault.
Use wrapS3() to route S3 operations through the Keystore vault. Generate reports with OpenAI and upload to S3 — your agent never sees AWS credentials.
Configure per-agent rate limits and monthly budgets in the dashboard. Set up a webhook receiver for budget alerts and handle 429 errors gracefully.