Verify Users
Verify phone numbers and email addresses with OTP codes. Build trust into your agent workflows without managing Twilio or other SMS providers.
Your agents need more than reasoning — they need access. Sapiom gives your agents instant access to paid services like verification, web search, and AI models with pay-per-use pricing and zero vendor onboarding.
Sapiom acts as your gateway to paid services. When your agent makes a request:
prelude.services.sapiom.ai)All you need is a Sapiom API key and the SDK. The SDK wraps your existing HTTP client (Axios, Fetch, etc.) to handle authentication and payment negotiation transparently.
Verify Users
Verify phone numbers and email addresses with OTP codes. Build trust into your agent workflows without managing Twilio or other SMS providers.
Search the Web
Give your agents real-time information from the web. Get raw search results, AI-generated answers with citations, or structured data extraction.
AI Model Access
Access 400+ AI models through a single API. Use GPT-4, Claude, Gemini, Llama, and more without managing separate accounts.
Compute
Deploy services and manage sandbox runtimes through Blaxel-powered compute endpoints.
Data
Provision Redis, Vector, Search, and PostgreSQL databases through Sapiom’s data gateway.
Messaging
Publish, enqueue, and batch asynchronous messages using Upstash QStash through Sapiom.
Generate Images
Create images from text prompts with FLUX and SDXL models. Transform existing images or upscale to higher resolution.
Audio Services
Convert text to natural speech or generate custom sound effects with AI voice technology.
Browser Automation
Extract content from web pages, capture screenshots, or execute complex browser tasks using natural language.
Web Scraping
Scrape pages, crawl sites, and extract structured data with Firecrawl-powered browser rendering.
File Storage
Store, retrieve, and share files via presigned URLs — backed by Google Cloud Storage. Persist artifacts across agent runs.
Repositories
Create private git repositories your agent can clone and push to with your Sapiom API key. Sapiom-hosted, GitHub-backed. $0.01 to create; list and management are free.
GitHub Export
Export any GitHub repository as a sanitized archive. Strips specified paths, scans for secrets and PII, and delivers a clean archive via presigned URL.
Email & Enrichment
Verify email deliverability and enrich people and companies via Hunter.io. Find professional addresses, search a domain for all known emails, and retrieve company profiles.
Domains & DNS
Search and register domain names, renew registrations, and manage DNS records via Name.com. No registrar account required — pay only for what you register; DNS management is free.
| Capability | What It Does | Starting Price |
|---|---|---|
| Verify Users | Phone & email verification | $0.015/verification |
| Search the Web | AI-powered web search | $0.006/search |
| AI Model Access | 400+ AI models | Per-token pricing |
| Compute | Code execution and sandboxes | Per-second, tier-based |
| Data | Redis, vector, search, and PostgreSQL databases | Per-command/request |
| Messaging | Queueing and async message delivery | Per-message |
| Generate Images | AI image generation | $0.004/megapixel |
| Audio Services | TTS, sound effects | $0.08/generation |
| Browser Automation | Web scraping & screenshots | $0.01/extraction |
| Web Scraping | Crawl sites & extract data | $0.009/page |
| File Storage | Store & retrieve files | No charge (billing in development) |
| Repositories | Create private git repos you clone/push to with your API key | $0.01/create; list/get/delete free |
| GitHub Export | Export & sanitize a GitHub repo into a clean archive | Free |
| Email & Enrichment | Verify & enrich emails, find addresses, search domains | $0.006–$0.012/call, enrichment $0.0024 |
| Domains & DNS | Register domains + manage DNS | Domain price (TLD-based); DNS free |
Inside an agent step, step-callable capabilities have a typed ctx.sapiom.* method; SDK/REST-only capabilities are reached with the SDK — from a step or anywhere else.
| Capability | In an agent step | Reference |
|---|---|---|
| Compute — sandboxes & ephemeral runs | ctx.sapiom.sandboxes.* | Compute |
| Repositories — private Git | ctx.sapiom.repositories.* | Repositories |
| File storage | ctx.sapiom.fileStorage.* | File Storage |
| Image & video generation | ctx.sapiom.contentGeneration.* | Images |
| Web search | ctx.sapiom.search.webSearch | Search |
| Web scraping & crawling | ctx.sapiom.search.scrape | Scraping |
| Email enrichment (Hunter) | ctx.sapiom.search.emailSearch.* | Email & Enrichment |
| Postgres databases | ctx.sapiom.database.* | Data |
| Transactional email — inboxes & messages | ctx.sapiom.email.* | Email & Enrichment |
| Domains & DNS | ctx.sapiom.domains.* | Domains & DNS |
| Memory — tenant-scoped long-term recall | ctx.sapiom.memory.* | Using Capabilities |
| AI models — LLM chat | SDK / REST | AI Models |
| Audio — TTS & sound effects | SDK / REST | Audio |
| Browser — fetch, screenshot, sessions | SDK / REST | Browser |
| Data — Redis, Vector, Search | SDK / REST | Data |
| Messaging — queues & schedules | SDK / REST | Messaging |
| Phone & email verification | SDK / REST | Verify |
| GitHub export | SDK / REST | GitHub Export |