SpiderOak

SpiderOak (SpiderOak, Inc. / SpiderOak Mission Systems) builds zero-trust access governance and secure data exchange software for defense, aerospace and commercial operators working in contested, disconnected, degraded, intermittent and low-bandwidth (DDIL) environments. Its developer surface is Aranya, the open-source access-governance and secure-data-exchange platform that also powers the commercial OrbitSecure product: a Rust client library, a long-running daemon, a domain-specific policy language with its own compiler and virtual machine, and Aranya Fast Channels (AFC) for buffer-based encryption without a transport. Aranya ships a public C API (a cbindgen-generated header with 111 public functions) and a Rust API published as 31 crates on crates.io, with documentation, specifications and a 57-term glossary on the Aranya Project docs site. SpiderOak also operates the legacy SpiderOak ONE no-knowledge encrypted backup product and Tactical Edge Cyber Services (TECS) consulting.

SpiderOak publishes 1 API on the APIs.io network. Tagged areas include Company, Security, Zero Trust, Encryption, and Access Control.

SpiderOak’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 26 more developer resources.

42.0/100 developing ▬ flat Agent 11/100 agent aware Full breakdown ↓
scored 2026-09-01 · rubric v0.17.2
1 APIs
CompanySecurityZero TrustEncryptionAccess ControlIdentity and Access ManagementCryptographyDefenseAerospaceSpaceOpen-SourceEdge ComputingData ExchangeBackup and Storage

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-01 · rubric v0.17.2
Composite quality — 42.0/100 · developing
Contract Quality 0.0 / 25
Developer Ergonomics 12.9 / 20
Access Clarity 14.7 / 20
Operational Transparency 3.8 / 13
Contract Governance 4.0 / 12
Discoverability 6.7 / 10
Agent readiness — 11/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
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 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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/spideroak: 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.

Aranya Client API

The Aranya Client API is the library interface an application uses to talk to the Aranya daemon. It covers team creation, device onboarding and removal, role and permission mana...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Spideroak Rate Limits

0 limits

RATE LIMITS

Security Posture 3

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

Spideroak Authentication

4 schemes

SECURITY

Spideroak Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: spideroak
name: SpiderOak
description: 'SpiderOak (SpiderOak, Inc. / SpiderOak Mission Systems) builds zero-trust access governance and secure data
  exchange software for defense, aerospace and commercial operators working in contested, disconnected, degraded, intermittent
  and low-bandwidth (DDIL) environments. Its developer surface is Aranya, the open-source access-governance and secure-data-exchange
  platform that also powers the commercial OrbitSecure product: a Rust client library, a long-running daemon, a domain-specific
  policy language with its own compiler and virtual machine, and Aranya Fast Channels (AFC) for buffer-based encryption without
  a transport. Aranya ships a public C API (a cbindgen-generated header with 111 public functions) and a Rust API published
  as 31 crates on crates.io, with documentation, specifications and a 57-term glossary on the Aranya Project docs site. SpiderOak
  also operates the legacy SpiderOak ONE no-knowledge encrypted backup product and Tactical Edge Cyber Services (TECS) consulting.'
url: https://raw.githubusercontent.com/api-evangelist/spideroak/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-29'
modified: '2026-08-29'
image: https://spideroak.com/wp-content/uploads/2024/09/SpiderOak-Logo-v202409-white.png
tags:
- Company
- Security
- Zero Trust
- Encryption
- Access Control
- Identity and Access Management
- Cryptography
- Defense
- Aerospace
- Space
- Open-Source
- Edge Computing
- Data Exchange
- Backup and Storage
tags_raw:
- Company
- Security
- Zero Trust
- Encryption
- Access Control
- Identity and Access Management
- Cryptography
- Defense
- Aerospace
- Space
- Open Source
- Edge Computing
- Data Exchange
- Backup and Storage
apis:
- aid: spideroak-aranya-client
  name: Aranya Client API
  description: 'The Aranya Client API is the library interface an application uses to talk to the Aranya daemon. It covers
    team creation, device onboarding and removal, role and permission management (including custom roles with rank-based authorization),
    label-based segmentation, sync-peer configuration over QUIC/TCP with certificate-based mTLS, and Aranya Fast Channels
    (AFC) encrypted send/receive channels. It is published in two bindings — a Rust API (aranya-client crate) and a C API
    (aranya-client.h, generated by cbindgen and documented with Doxygen). There is no HTTP surface: the client speaks to a
    local daemon over a Unix domain socket whose path is set by the caller via aranya_client_config_builder_set_daemon_uds_path.'
  humanURL: https://aranya-project.github.io/technical-apis
  x-base-url: null
  x-base-url-finding: 'repair-api-bases.py returned `missing` on 2026-08-29 and the docs pass confirms the absence is real,
    not a gap: the Aranya Client API has NO network base URL to record. The client connects to a local Aranya daemon over
    a Unix domain socket whose path the caller supplies at runtime via aranya_client_config_builder_set_daemon_uds_path, and
    the daemon is run by the customer from a TOML config on their own hardware. api.spideroak.com resolves but returns 404
    on every API path probed (/openapi.json, /swagger.json, /v1/openapi.json, /api-docs, /graphql, /redoc). Leaving baseURL
    unset rather than promoting spideroak.com, which would be a marketing base masquerading as an API host.'
  tags:
  - Zero Trust
  - Access Control
  - Encryption
  - Identity and Access Management
  - Policy
  properties:
  - type: Documentation
    url: https://aranya-project.github.io/technical-apis
  - type: APIReference
    url: https://aranya-project.github.io/aranya/capi/v7.0.1
  - type: GettingStarted
    url: https://aranya-project.github.io/getting-started/walkthrough
  - type: SourceCode
    url: https://github.com/aranya-project/aranya
  - type: ErrorCatalog
    url: errors/spideroak-error-codes.yml
  - type: DataModel
    url: data-model/spideroak-data-model.yml
  - type: Authentication
    url: authentication/spideroak-authentication.yml
  - type: Conventions
    url: conventions/spideroak-conventions.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: License
  name: AGPL-3.0
  url: https://github.com/aranya-project/aranya/blob/main/LICENSE
- type: Website
  url: https://spideroak.com/
- type: DeveloperPortal
  url: https://aranya-project.github.io/
- type: Documentation
  url: https://aranya-project.github.io/
- type: APIReference
  url: https://aranya-project.github.io/technical-apis
- type: GettingStarted
  url: https://aranya-project.github.io/getting-started
- type: Support
  url: https://spideroak.support/hc/en-us
- type: Blog
  url: https://spideroak.com/news/
- type: BlogRSS
  url: https://spideroak.com/feed/
- type: GitHubOrganization
  url: https://github.com/aranya-project
- type: SourceCode
  url: https://github.com/SpiderOak
- type: Pricing
  url: https://spideroak.com/product/
- type: SignUp
  url: https://spideroak.com/request-a-demo/
- type: TermsOfService
  url: https://spideroak.com/terms-of-service/
- type: PrivacyPolicy
  url: https://spideroak.com/privacy-policy/
- type: Security
  url: https://spideroak.com/security-response/
- type: Compliance
  url: https://spideroak.com/hipaa/
- type: ChangeLog
  url: https://github.com/aranya-project/aranya/releases
- type: Vocabulary
  url: vocabulary/spideroak-vocabulary.yml
- type: Packages
  url: packages/spideroak-packages.yml
- type: SDKs
  url: packages/spideroak-packages.yml
- type: LLMsTxt
  url: llms/spideroak-llms.txt
- type: Conformance
  url: conformance/spideroak-conformance.yml
- type: ErrorCatalog
  url: errors/spideroak-error-codes.yml
- type: Lifecycle
  url: lifecycle/spideroak-lifecycle.yml
- type: Authentication
  url: authentication/spideroak-authentication.yml
- type: Conventions
  url: conventions/spideroak-conventions.yml
- type: DataModel
  url: data-model/spideroak-data-model.yml
- type: ChangeLog
  url: changelog/spideroak-changelog.yml
- type: Plans
  url: plans/spideroak-plans-pricing.yml
- type: RateLimits
  url: rate-limits/spideroak-rate-limits.yml
- type: VulnerabilityDisclosure
  url: security/spideroak-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/spideroak-domain-security.yml
x-enrichment:
  date: '2026-08-29'
  status: enriched
  artifacts_added: 15
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/spideroak"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/spideroak/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/spideroak/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.