Code Ocean website screenshot

Code Ocean

Code Ocean is a computational research platform that helps scientists, engineers, and research organizations produce, manage, and reproduce computational science at scale. Its cloud environment centers on three resources — Capsules and Pipelines (self-contained, versioned compute environments that bundle code, data, environment, and results), Computations (tracked runs of those capsules and pipelines), and Data Assets (versioned datasets and captured results). Code Ocean exposes a REST API, an official Python SDK, and an official Model Context Protocol (MCP) server so teams can automate reproducible research, integrate the platform into data pipelines, and drive capsules and data assets from agents. The company was surfaced as a Battery Ventures portfolio company and is widely used across life sciences, biotech, and academic research computing.

Code Ocean publishes 3 APIs on the APIs.io network: Capsules API, Computations API, and Data Assets API. Tagged areas include Company, Reproducible Research, Computational Science, Data Science, and Research Computing.

Code Ocean’s developer surface includes documentation, API reference, getting-started guide, authentication, and 15 more developer resources.

41.2/100 developing ▬ flat Agent 35/100 agent ready Full breakdown ↓
scored 2026-08-20 · rubric v0.12.0
AccessSelf serve
3 APIs 1 MCP Servers
CompanyReproducible ResearchComputational ScienceData ScienceResearch ComputingLife SciencesPipelinesMLOpsCloud PlatformDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-20 · rubric v0.12.0
Composite quality — 41.2/100 · developing
Contract Quality 13.7 / 21
Developer Ergonomics 10.0 / 17
Access Clarity 0.0 / 17
Operational Transparency 0.3 / 11
Contract Governance 1.7 / 10
Discoverability 6.3 / 9
Regulatory Posture 6.4 / 15
Agent readiness — 35/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 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 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Regulatory Posture applies to this provider. Its tags matched the Health regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/code-ocean: 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 3

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

Code Ocean Capsules API

Reproducible compute capsules and pipelines

Code Ocean Computations API

Runs of capsules and pipelines

Code Ocean Data Assets API

Versioned datasets and result data

Open Collections 4

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Code Ocean Capsules API

OPEN COLLECTION

MCP Servers 1

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

Code Ocean MCP Server

Official Code Ocean MCP server. Provides tools to search and run capsules and pipelines and to manage data assets. Runs locally as a stdio child process; authenticates with a Co...

MCP SERVER

Security Posture 2

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

Code Ocean Authentication

http · 1 scheme

SECURITY

Code Ocean Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Code Ocean Scopes

4 scopes

4 scopes

SCOPES

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Code Ocean Agentic Access

26 operations · 19 acting

26 operations · 19 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: code-ocean
name: Code Ocean
description: Code Ocean is a computational research platform that helps scientists, engineers, and research organizations
  produce, manage, and reproduce computational science at scale. Its cloud environment centers on three resources — Capsules
  and Pipelines (self-contained, versioned compute environments that bundle code, data, environment, and results), Computations
  (tracked runs of those capsules and pipelines), and Data Assets (versioned datasets and captured results). Code Ocean exposes
  a REST API, an official Python SDK, and an official Model Context Protocol (MCP) server so teams can automate reproducible
  research, integrate the platform into data pipelines, and drive capsules and data assets from agents. The company was surfaced
  as a Battery Ventures portfolio company and is widely used across life sciences, biotech, and academic research computing.
url: https://raw.githubusercontent.com/api-evangelist/code-ocean/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- battery-ventures
x-tier: enriched
x-tier-reason: portfolio-lead
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
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-18'
image: https://raw.githubusercontent.com/codeocean/branding/main/logo/CO_logo_135x72.png
tags:
- Company
- Reproducible Research
- Computational Science
- Data Science
- Research Computing
- Life Sciences
- Pipelines
- MLOps
- Cloud Platform
- Developer Tools
apis:
- aid: code-ocean:code-ocean-capsules-api
  name: Code Ocean Capsules API
  description: Reproducible compute capsules and pipelines
  humanURL: https://docs.codeocean.com/user-guide/code-ocean-api
  baseURL: https://codeocean.com/api/v1
  tags:
  - Capsules
  properties:
  - type: OpenAPI
    url: openapi/code-ocean-capsules-api-openapi.yml
  - type: Documentation
    url: https://docs.codeocean.com/user-guide/code-ocean-api
  - type: APIReference
    url: https://docs.codeocean.com/user-guide/code-ocean-api
- aid: code-ocean:code-ocean-computations-api
  name: Code Ocean Computations API
  description: Runs of capsules and pipelines
  humanURL: https://docs.codeocean.com/user-guide/code-ocean-api
  baseURL: https://codeocean.com/api/v1
  tags:
  - Computations
  properties:
  - type: OpenAPI
    url: openapi/code-ocean-computations-api-openapi.yml
  - type: Documentation
    url: https://docs.codeocean.com/user-guide/code-ocean-api
  - type: APIReference
    url: https://docs.codeocean.com/user-guide/code-ocean-api
- aid: code-ocean:code-ocean-data-assets-api
  name: Code Ocean Data Assets API
  description: Versioned datasets and result data
  humanURL: https://docs.codeocean.com/user-guide/code-ocean-api
  baseURL: https://codeocean.com/api/v1
  tags:
  - Data Assets
  properties:
  - type: OpenAPI
    url: openapi/code-ocean-data-assets-api-openapi.yml
  - type: Documentation
    url: https://docs.codeocean.com/user-guide/code-ocean-api
  - type: APIReference
    url: https://docs.codeocean.com/user-guide/code-ocean-api
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Overlay
  url: overlays/code-ocean-openapi-overlay.yaml
- type: DeveloperPortal
  url: https://docs.codeocean.com/user-guide/code-ocean-api
- type: Documentation
  url: https://docs.codeocean.com/user-guide/code-ocean-api
- type: APIReference
  url: https://docs.codeocean.com/user-guide/code-ocean-api
- type: GettingStarted
  url: https://docs.codeocean.com/user-guide/key-concepts
- type: Authentication
  url: authentication/code-ocean-authentication.yml
- type: GitHubOrganization
  url: https://github.com/codeocean
- type: Packages
  url: packages/code-ocean-packages.yml
- type: SDKs
  url: packages/code-ocean-packages.yml
- type: MCPServer
  url: mcp/code-ocean-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: OAuthScopes
  url: scopes/code-ocean-scopes.yml
- type: ErrorCatalog
  url: errors/code-ocean-problem-types.yml
- type: Conventions
  url: conventions/code-ocean-conventions.yml
- type: Conformance
  url: conformance/code-ocean-conformance.yml
- type: Lifecycle
  url: lifecycle/code-ocean-lifecycle.yml
- type: DataModel
  url: data-model/code-ocean-data-model.yml
- type: AgenticAccess
  url: agentic-access/code-ocean-agentic-access.yml
- type: DomainSecurity
  url: security/code-ocean-domain-security.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence