Skip to content

Comments

docs: add Zaps.ai to supported providers and documentation#145

Open
argosautomation wants to merge 2 commits intomoltis-org:mainfrom
argosautomation:feature/docs-add-zaps
Open

docs: add Zaps.ai to supported providers and documentation#145
argosautomation wants to merge 2 commits intomoltis-org:mainfrom
argosautomation:feature/docs-add-zaps

Conversation

@argosautomation
Copy link

Updates README.md and adds a setup guide in docs/src/providers.md for Zaps.ai, outlining configuration steps for the privacy gateway.

Philip Portman added 2 commits February 14, 2026 19:53
Add Zaps.ai privacy gateway as a first-class OpenAI-compatible provider.
Zaps.ai automatically redacts PII before forwarding requests to upstream
LLMs, making it ideal for privacy-conscious deployments.

Changes across 6 files:
- agents/providers/mod.rs: OPENAI_COMPAT_PROVIDERS entry
- gateway/provider_setup.rs: known_providers() UI entry
- gateway/server.rs: EMBEDDING_CANDIDATES for RAG auto-detect
- cli/doctor_commands.rs: PROVIDER_ENV_MAP for health checks
- config/template.rs: documented config template section
- config/validate.rs: KNOWN_PROVIDER_NAMES validation

Configuration:
  config_name = "zaps"
  env_key = ZAPS_API_KEY
  default_base_url = https://zaps.ai/v1
  models = [] (dynamic discovery via gateway proxy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant