Skip to content
Go To Dashboard

Capabilities

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:

  1. Your request goes to a Sapiom-powered endpoint — Each service has a gateway URL (like prelude.services.sapiom.ai)
  2. Sapiom handles payment automatically — The SDK negotiates micropayments so you don’t manage vendor accounts
  3. You pay only for what you use — No subscriptions, no minimums, no upfront costs

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.

Get started →

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.

Get started →

AI Model Access

Access 400+ AI models through a single API. Use GPT-4, Claude, Gemini, Llama, and more without managing separate accounts.

Get started →

Compute

Deploy services and manage sandbox runtimes through Blaxel-powered compute endpoints.

Get started →

Data

Provision Redis, Vector, Search, and PostgreSQL databases through Sapiom’s data gateway.

Get started →

Messaging

Publish, enqueue, and batch asynchronous messages using Upstash QStash through Sapiom.

Get started →

Generate Images

Create images from text prompts with FLUX and SDXL models. Transform existing images or upscale to higher resolution.

Get started →

Audio Services

Convert text to natural speech or generate custom sound effects with AI voice technology.

Get started →

Browser Automation

Extract content from web pages, capture screenshots, or execute complex browser tasks using natural language.

Get started →

Web Scraping

Scrape pages, crawl sites, and extract structured data with Firecrawl-powered browser rendering.

Get started →

File Storage

Store, retrieve, and share files via presigned URLs — backed by Google Cloud Storage. Persist artifacts across agent runs.

Get started →

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.

Get started →

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.

Get started →

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.

Get started →

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.

Get started →

CapabilityWhat It DoesStarting Price
Verify UsersPhone & email verification$0.015/verification
Search the WebAI-powered web search$0.006/search
AI Model Access400+ AI modelsPer-token pricing
ComputeCode execution and sandboxesPer-second, tier-based
DataRedis, vector, search, and PostgreSQL databasesPer-command/request
MessagingQueueing and async message deliveryPer-message
Generate ImagesAI image generation$0.004/megapixel
Audio ServicesTTS, sound effects$0.08/generation
Browser AutomationWeb scraping & screenshots$0.01/extraction
Web ScrapingCrawl sites & extract data$0.009/page
File StorageStore & retrieve filesNo charge (billing in development)
RepositoriesCreate private git repos you clone/push to with your API key$0.01/create; list/get/delete free
GitHub ExportExport & sanitize a GitHub repo into a clean archiveFree
Email & EnrichmentVerify & enrich emails, find addresses, search domains$0.006–$0.012/call, enrichment $0.0024
Domains & DNSRegister domains + manage DNSDomain 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.

CapabilityIn an agent stepReference
Compute — sandboxes & ephemeral runsctx.sapiom.sandboxes.*Compute
Repositories — private Gitctx.sapiom.repositories.*Repositories
File storagectx.sapiom.fileStorage.*File Storage
Image & video generationctx.sapiom.contentGeneration.*Images
Web searchctx.sapiom.search.webSearchSearch
Web scraping & crawlingctx.sapiom.search.scrapeScraping
Email enrichment (Hunter)ctx.sapiom.search.emailSearch.*Email & Enrichment
Postgres databasesctx.sapiom.database.*Data
Transactional email — inboxes & messagesctx.sapiom.email.*Email & Enrichment
Domains & DNSctx.sapiom.domains.*Domains & DNS
Memory — tenant-scoped long-term recallctx.sapiom.memory.*Using Capabilities
AI models — LLM chatSDK / RESTAI Models
Audio — TTS & sound effectsSDK / RESTAudio
Browser — fetch, screenshot, sessionsSDK / RESTBrowser
Data — Redis, Vector, SearchSDK / RESTData
Messaging — queues & schedulesSDK / RESTMessaging
Phone & email verificationSDK / RESTVerify
GitHub exportSDK / RESTGitHub Export
  1. Get your API key from the Sapiom Dashboard
  2. Install the SDK for your HTTP client
  3. Make your first request — from code via SDK & API, or build an agent