Secure AI for iOS
Drop‑in SDK + secure proxy. Keep secrets off‑device, ship faster with prompt management & evals, and stay in control with budgets, alerts, and rollout tools. First 100k api calls per month are always free.
No credit card required. iOS-first. Swift native.
Get started in three steps
Drop-in SDK. Works as a unified client across OpenAI, Claude, Gemini, and more.
Add the package
// Package.swift
dependencies: [
.package(url: "https://github.com/argusproxy/argus-ios-sdk", from: "0.1.0")
]
Import and configure
import Argus
let client = ArgusClient(
appId: "YOUR_APP_ID", // issued by Argus
deviceId: Device.current.id, // your device identifier
userId: currentUser.id // enable per-user limits & analytics
)
Use like OpenAI/Claude
// OpenAI-style
let result = try await client.chat(
model: .openai("gpt-4o"),
messages: [
.system("You are a helpful assistant."),
.user("Say hello to Argus")
]
)
print(result.text)
// Or Anthropic-style
let r2 = try await client.chat(
model: .anthropic("claude-3-5-sonnet"),
messages: [.user("Summarize this note…")]
)
Bring your own provider keys; Argus keeps them off-device and applies your limits, evals, and redaction rules.
Supported AI Providers
Bring your own keys; Argus keeps them off-device.
What you get
A secure proxy + SDK with the tools you need to operate: dashboards, alerts, and controls.
Built for product teams shipping AI
Drop‑in SDK, instant infra, and the observability you need to scale without surprises.
Never ship API keys
Requests proxy via Argus so keys stay server‑side. Automatic rotation and scoping by app.
Per‑user & per‑device limits
Analytics, quotas, and rate limits by plan or cohort. Alert early before spend spikes.
Centralized prompt management
Version prompts, run evals, and roll out improvements without shipping an update.
Secure by default
Input validation, jailbreak protection, anomaly detection, and hardened defaults.
API issue alerts
Notify on spikes in errors, timeouts, or provider outages with context to debug fast.
Budgets & alerts
Budgets, caps, and real‑time alerts so spend never surprises you.
Live usage pulse
Live stream to understand behavior, spot regressions, and see the impact of changes.
Secure debug feed
Opt‑in redacted response feed helps you diagnose safely in production. Configure sampling, redaction rules, and retention.
Pricing that grows with you
Start free. Only pay as usage delivers value—no surprise bills.
Free
$0
Up to 100k uses/month
- iOS SDK + secure proxy
- Secrets protection
- Basic usage analytics
- Essential abuse protection
- Prompt management (basic)
- Rollouts & eval tests
Basic
$20/mo
Up to 200k API uses
- Everything in Free
- Prompt management (versioning)
- Budgets + cost alerting
- API issue alerting
- Usage pulse dashboard
- Rollouts & eval test runner
Pro
From $100/mo
1M+ usage
- Everything in Basic
- Rollouts (A/B, staged)
- Eval tests & comparisons
- Secure redacted debug feed
- Advanced rate limits & quotas
- Priority support
Join the waitlist
Get into the queue — add your email for early access.
We’ll never share your email. Unsubscribe anytime.