Cosign website screenshot

Cosign

Cosign is the command-line client of the Sigstore project for signing, verifying, and storing container images, OCI artifacts, blobs, and in-toto attestations. Cosign supports keyless signing using OpenID Connect identity providers (Google, GitHub, Microsoft) by obtaining short-lived certificates from the Fulcio certificate authority and recording signing events in the Rekor transparency log. Signatures and attestations are stored alongside the signed artifact in any OCI-compliant registry, and cosign integrates with policy controllers, KMS providers, hardware tokens, and SBOM workflows for software supply chain security.

Cosign publishes 1 API on the APIs.io network: Sigstore Rekor API (consumed). Tagged areas include Apache 2.0, Attestations, CLI, Code Signing, and Containers.

Cosign’s developer surface includes documentation, getting-started guide, release notes, engineering blog, and 11 more developer resources.

36.6/100 thin ▬ flat Agent 19/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
3 APIs
Apache 2.0AttestationsCLICode SigningContainersFulcioGoKeylessOCIOIDCOpen SourceRekorSigstoreSupply ChainTransparency LogVerification

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 36.6/100 · thin
Contract Quality 8.1 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 8.9 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 19/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 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
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/cosign: 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.

Cosign CLI

Cosign is a command-line tool for signing, verifying, and storing container images and OCI artifacts. It supports keyless signing, hardware-backed keys, KMS providers, in-toto a...

Sigstore Rekor API (consumed)

Rekor is the Sigstore transparency log that cosign writes to and reads from when recording and verifying signing events. The public Rekor service exposes a REST API at rekor.sig...

Sigstore Fulcio API (consumed)

Fulcio is the Sigstore certificate authority that issues short-lived X.509 code-signing certificates bound to OIDC identities. Cosign calls the Fulcio public CA at fulcio.sigsto...

Pricing Plans 1

Published pricing tiers and plan structures.

Cosign Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Cosign Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

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

Cosign Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: cosign
name: Cosign
kind: opensource
description: Cosign is the command-line client of the Sigstore project for signing, verifying, and storing container images,
  OCI artifacts, blobs, and in-toto attestations. Cosign supports keyless signing using OpenID Connect identity providers
  (Google, GitHub, Microsoft) by obtaining short-lived certificates from the Fulcio certificate authority and recording signing
  events in the Rekor transparency log. Signatures and attestations are stored alongside the signed artifact in any OCI-compliant
  registry, and cosign integrates with policy controllers, KMS providers, hardware tokens, and SBOM workflows for software
  supply chain security.
url: https://raw.githubusercontent.com/api-evangelist/cosign/refs/heads/main/apis.yml
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cosign.png
type: Index
access: Public
position: Provider
tags:
- Apache 2.0
- Attestations
- CLI
- Code Signing
- Containers
- Fulcio
- Go
- Keyless
- OCI
- OIDC
- Open Source
- Rekor
- Sigstore
- Supply Chain
- Transparency Log
- Verification
created: '2026-03-26'
modified: '2026-04-28'
specificationVersion: '0.20'
apis:
- aid: cosign:cosign-cli
  name: Cosign CLI
  description: Cosign is a command-line tool for signing, verifying, and storing container images and OCI artifacts. It supports
    keyless signing, hardware-backed keys, KMS providers, in-toto and SLSA attestations, and transparency log inclusion. The
    CLI is the primary user interface and does not expose its own HTTP API.
  humanURL: https://docs.sigstore.dev/cosign/
  properties:
  - type: Documentation
    url: https://docs.sigstore.dev/cosign/
  - type: GettingStarted
    url: https://docs.sigstore.dev/quickstart/quickstart-cosign/
  - type: Installation
    url: https://docs.sigstore.dev/cosign/system_config/installation/
  - type: GitHubRepository
    url: https://github.com/sigstore/cosign
  - type: Reference
    url: https://docs.sigstore.dev/cosign/reference/cosign/
  tags:
  - CLI
  - Containers
  - Keyless
  - OCI
  - Signing
- aid: cosign:rekor-api
  name: Sigstore Rekor API (consumed)
  description: Rekor is the Sigstore transparency log that cosign writes to and reads from when recording and verifying signing
    events. The public Rekor service exposes a REST API at rekor.sigstore.dev with operations for creating log entries, retrieving
    entries by index or UUID, fetching log info and proofs, and searching the index.
  humanURL: https://docs.sigstore.dev/logging/overview/
  baseURL: https://rekor.sigstore.dev
  properties:
  - type: Documentation
    url: https://docs.sigstore.dev/logging/overview/
  - type: OpenAPI
    url: https://raw.githubusercontent.com/sigstore/rekor/main/openapi.yaml
  - type: GitHubRepository
    url: https://github.com/sigstore/rekor
  tags:
  - Rekor
  - REST
  - Sigstore
  - Transparency Log
- aid: cosign:fulcio-api
  name: Sigstore Fulcio API (consumed)
  description: Fulcio is the Sigstore certificate authority that issues short-lived X.509 code-signing certificates bound
    to OIDC identities. Cosign calls the Fulcio public CA at fulcio.sigstore.dev during keyless signing to obtain a certificate
    for a verified identity.
  humanURL: https://docs.sigstore.dev/certificate_authority/overview/
  baseURL: https://fulcio.sigstore.dev
  properties:
  - type: Documentation
    url: https://docs.sigstore.dev/certificate_authority/overview/
  - type: GitHubRepository
    url: https://github.com/sigstore/fulcio
  tags:
  - CA
  - Certificates
  - Fulcio
  - OIDC
  - Sigstore
common:
- type: DomainSecurity
  url: security/cosign-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/sigstore
- type: Website
  url: https://www.sigstore.dev/
- type: Documentation
  url: https://docs.sigstore.dev/cosign/
- type: GettingStarted
  url: https://docs.sigstore.dev/quickstart/quickstart-cosign/
- type: Installation
  url: https://docs.sigstore.dev/cosign/system_config/installation/
- type: GitHubOrganization
  url: https://github.com/sigstore
- type: GitHubRepository
  url: https://github.com/sigstore/cosign
- type: ReleaseNotes
  url: https://github.com/sigstore/cosign/releases
- type: Blog
  url: https://blog.sigstore.dev/
- type: Community
  url: https://docs.sigstore.dev/about/community/
- type: Slack
  url: https://sigstore.slack.com/
- type: License
  url: https://github.com/sigstore/cosign/blob/main/LICENSE
- type: Security
  url: https://github.com/sigstore/cosign/security
- type: RoadMap
  url: https://github.com/sigstore/cosign/blob/main/ROADMAP.md
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com