Sapiom

Sapiom is an execution engine for AI agents that gives agents and code instant, pay-per-use access to a catalog of paid capabilities through a single API key and wallet — no per-vendor accounts. Capabilities include web search and scraping, access to 400+ AI models, image/video generation, audio/text-to-speech, browser automation, compute sandboxes, databases (Postgres/Redis/vector/search), messaging and queues, file storage, private git repositories, GitHub export, email enrichment, domains/DNS, and phone verification. It is reachable three ways: a typed SDK client (@sapiom/tools / ctx.sapiom.*), a hosted remote MCP server (~130 tools), and a REST API (https://api.sapiom.ai/v1) for transaction, agent, spending-rule, and analytics management. Metered access is authorized via an x402 (HTTP 402) payment flow with per-agent spend rules. Sapiom is backed by Accel.

Sapiom publishes 1 API on the APIs.io network. Tagged areas include Company, Ai, AI Agents, Agent Infrastructure, and Model Context Protocol.

Sapiom’s developer surface includes documentation, API reference, getting-started guide, engineering blog, signup flow, support, CLI, and 21 more developer resources.

37.2/100 thin ▬ flat Agent 44/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyAiAI AgentsAgent InfrastructureModel Context ProtocolAPI GatewayPaymentsAgentic CommerceDeveloper ToolsSDK

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 37.2/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 17.4 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 44/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sapiom: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Sapiom REST API

REST API for transaction management, payment authorization, agents, spending rules, analytics, and phone verification. Bearer-token authenticated; JSON envelope with cursor pagi...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

sapiom-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Sapiom Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sapiom Authentication

http/oauth2 · 3 schemes

SECURITY

Sapiom Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sapiom
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sapiom.png
name: Sapiom
description: 'Sapiom is an execution engine for AI agents that gives agents and code instant, pay-per-use access to a catalog
  of paid capabilities through a single API key and wallet — no per-vendor accounts. Capabilities include web search and scraping,
  access to 400+ AI models, image/video generation, audio/text-to-speech, browser automation, compute sandboxes, databases
  (Postgres/Redis/vector/search), messaging and queues, file storage, private git repositories, GitHub export, email enrichment,
  domains/DNS, and phone verification. It is reachable three ways: a typed SDK client (@sapiom/tools / ctx.sapiom.*), a hosted
  remote MCP server (~130 tools), and a REST API (https://api.sapiom.ai/v1) for transaction, agent, spending-rule, and analytics
  management. Metered access is authorized via an x402 (HTTP 402) payment flow with per-agent spend rules. Sapiom is backed
  by Accel.'
url: https://raw.githubusercontent.com/api-evangelist/sapiom/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- accel
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Ai
- AI Agents
- Agent Infrastructure
- Model Context Protocol
- API Gateway
- Payments
- Agentic Commerce
- Developer Tools
- SDK
apis:
- name: Sapiom REST API
  description: REST API for transaction management, payment authorization, agents, spending rules, analytics, and phone verification.
    Bearer-token authenticated; JSON envelope with cursor pagination.
  humanURL: https://docs.sapiom.ai/api-reference/introduction
  baseURL: https://api.sapiom.ai/v1
  tags:
  - Agents
  - Transactions
  - Payments
  - Analytics
  properties:
  - type: Documentation
    url: https://docs.sapiom.ai/api-reference/introduction
  - type: APIReference
    url: https://docs.sapiom.ai/api-reference/endpoints
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 21
  pass: local-v1
common:
- type: Website
  url: https://www.sapiom.ai/
- type: DeveloperPortal
  url: https://docs.sapiom.ai/
- type: Documentation
  url: https://docs.sapiom.ai/
- type: APIReference
  url: https://docs.sapiom.ai/api-reference/introduction
- type: GettingStarted
  url: https://docs.sapiom.ai/agents/quick-start
- type: Blog
  url: https://www.sapiom.ai/blog
- type: GitHubOrganization
  url: https://github.com/sapiom
- type: SignUp
  url: https://app.sapiom.ai/login
- type: Login
  url: https://app.sapiom.ai/login
- type: Support
  url: https://www.sapiom.ai/contact
- type: TermsOfService
  url: https://docs.sapiom.ai/terms-of-use
- type: PrivacyPolicy
  url: https://docs.sapiom.ai/privacy-policy
- type: LLMsTxt
  url: llms/sapiom-llms.txt
- type: MCPServer
  url: mcp/sapiom-mcp.yml
- type: Packages
  url: packages/sapiom-packages.yml
- type: SDKs
  url: packages/sapiom-packages.yml
- type: CLI
  url: cli/sapiom-cli.yml
- type: AgentSkill
  url: skills/_index.yml
- type: WellKnown
  url: well-known/sapiom-well-known.yml
- type: Authentication
  url: authentication/sapiom-authentication.yml
- type: Conventions
  url: conventions/sapiom-conventions.yml
- type: ErrorCatalog
  url: errors/sapiom-problem-types.yml
- type: RateLimits
  url: rate-limits/sapiom-rate-limits.yml
- type: Lifecycle
  url: lifecycle/sapiom-lifecycle.yml
- type: Conformance
  url: conformance/sapiom-conformance.yml
- type: DomainSecurity
  url: security/sapiom-domain-security.yml
- type: Sandbox
  url: sandbox/sapiom-sandbox.yml
- type: DataModel
  url: data-model/sapiom-data-model.yml