Code Ocean · Authentication Profile

Code Ocean Authentication

Authentication

Code Ocean secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyReproducible ResearchComputational ScienceData ScienceResearch ComputingLife SciencesPipelinesMLOpsCloud PlatformDeveloper Tools
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

accessToken http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/code-ocean-openapi.yml
docs: https://docs.codeocean.com/user-guide/code-ocean-api/authentication
summary:
  types:
  - http
  token: scoped personal access token (prefix cop_), presented as HTTP Basic username with empty password
  scopes_ref: scopes/code-ocean-scopes.yml
schemes:
- name: accessToken
  type: http
  scheme: basic
  description: HTTP Basic authentication. Provide your Code Ocean access token (prefix `cop_`)
    as the basic-auth username with an empty password, e.g. `-u "cop_xxxxxxxxxx:"`.
  sources:
  - openapi/code-ocean-openapi.yml