Home
Providers
Dagger
Dagger
Dagger is an open-source programmable CI/CD engine that runs pipelines in containers using a unified, introspectable GraphQL API. Pipelines are written as code in the developer's preferred language (Go, Python, TypeScript, PHP, Java, .NET, Elixir, or Rust) using Dagger SDKs and packaged as Dagger Modules that can be published to the Daggerverse module index. The Dagger Engine exposes Container, Directory, File, Secret, and CacheVolume as first-class GraphQL types backed by a content-addressed store, enabling deterministic builds and aggressive caching. Dagger Cloud provides the hosted control plane for pipeline traces, checks, and module observability. Dagger does not expose a public REST API; clients connect to a per-session Dagger Engine GraphQL endpoint and the optional Dagger Cloud Web UI.
Dagger publishes 1 API on the APIs.io network: GraphQL API. Tagged areas include Build Automation, BuildKit, CI/CD, Containers, and DAG.
The Dagger catalog on APIs.io includes 1 JSON-LD context.
Dagger’s developer surface includes authentication, documentation, getting-started guide, engineering blog, pricing, signup flow, YouTube channel, and 41 more developer resources.
1 APIs
1 MCP Servers
On this page
Kin Score
APIs 5
Open Collections 3
MCP Servers 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Vocabularies 1
Security Posture 2
Agentic Access 1
Resources 48
apis.yml
26 Operational Transparency
Composite quality — 55.9/100 · strong
Agent readiness — 36/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Model Context Protocol servers that expose these APIs to AI agents.
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
JSON-LD contexts and semantic vocabularies used across these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 3
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 6
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 7
Pagination, idempotency, versioning, errors, and events
Scroll for all 7
Build 7
SDKs, sample code, and the tooling you integrate with
Scroll for all 7
Access & Security 2
Authentication, authorization, and security posture
Learn 1
Tutorials, courses, talks, and written guidance
Operate 9
Status, limits, changes, and where to get help
Scroll for all 9
Commercial 5
Pricing, plans, and the legal terms of use
Company 4
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: dagger
name: Dagger
kind: opensource
description: Dagger is an open-source programmable CI/CD engine that runs pipelines in containers using a unified, introspectable
GraphQL API. Pipelines are written as code in the developer's preferred language (Go, Python, TypeScript, PHP, Java, .NET,
Elixir, or Rust) using Dagger SDKs and packaged as Dagger Modules that can be published to the Daggerverse module index.
The Dagger Engine exposes Container, Directory, File, Secret, and CacheVolume as first-class GraphQL types backed by a content-addressed
store, enabling deterministic builds and aggressive caching. Dagger Cloud provides the hosted control plane for pipeline
traces, checks, and module observability. Dagger does not expose a public REST API; clients connect to a per-session Dagger
Engine GraphQL endpoint and the optional Dagger Cloud Web UI.
url: https://raw.githubusercontent.com/api-evangelist/dagger/refs/heads/main/apis.yml
deliveryModel:
model: unknown
open_source: unknown
commercial: true
callable_host: false
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- openapi
- pricing
- repository-unlicensed
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: medium
source:
- plans
- authentication
- security
generated: '2026-09-03'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/dagger.png
type: Index
access: Open Source
position: Consuming
created: '2026-03-26'
modified: '2026-09-07'
specificationVersion: '0.23'
tags:
- Build Automation
- BuildKit
- CI/CD
- Containers
- DAG
- Daggerverse
- DevOps
- GraphQL
- Modules
- OCI
- Open-Source
- Pipelines
- Programmable Pipelines
- SDK
tags_raw:
- Build Automation
- BuildKit
- CI/CD
- Containers
- DAG
- Daggerverse
- DevOps
- GraphQL
- Modules
- OCI
- Open Source
- Pipelines
- Programmable Pipelines
- SDKs
apis:
- aid: dagger:graphql
name: Dagger Engine GraphQL API
description: The Dagger Engine exposes a unified, introspectable GraphQL type system at a per-session endpoint. The schema
includes Container, Directory, File, Secret, CacheVolume, and other first-class types and is dynamically extended at runtime
by loaded Dagger Modules. All Dagger SDKs (Go, Python, TypeScript, PHP, Java, .NET, Elixir, Rust) are generated against
this schema. There is no publicly-hosted REST endpoint.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.dagger.io/api/
baseURL: http://127.0.0.1:{DAGGER_SESSION_PORT}
baseURLNote: Templated and correct. Dagger publishes no hosted API host; the engine serves its GraphQL API on loopback at
http://127.0.0.1:$DAGGER_SESSION_PORT/query for the life of one `dagger run` session, authenticated with DAGGER_SESSION_TOKEN
over HTTP Basic. Verified 2026-09-07 against https://docs.dagger.io/0.21/getting-started/api/http/
tags:
- GraphQL
- Introspection
- Modules
- SDK
properties:
- type: Documentation
url: https://docs.dagger.io/api/
- type: APIReference
url: https://docs.dagger.io/reference/
- type: APIInternals
url: https://docs.dagger.io/api/internals/
- type: Blog
url: https://dagger.io/blog/graphql
- type: GraphQL
url: graphql/dagger-schema.graphqls
- type: GraphQLSchema
url: graphql/dagger-graphql-schema.yml
- type: GettingStarted
url: https://docs.dagger.io/0.21/getting-started/api/http/
- aid: dagger:sdks
name: Dagger SDKs
description: Native SDKs for Go, Python, TypeScript, PHP, Java, .NET, Elixir, and Rust that generate strongly typed clients
against the Dagger Engine's GraphQL schema, allowing pipelines to be written as regular code in the developer's preferred
language.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.dagger.io/api/clients
baseURL: http://127.0.0.1:{DAGGER_SESSION_PORT}
baseURLNote: Every Dagger SDK is a generated client for the same per-session loopback endpoint the engine serves; there
is no separate SDK host.
tags:
- .NET
- Elixir
- Go
- Java
- PHP
- Python
- Rust
- SDK
- TypeScript
tags_raw:
- .NET
- Elixir
- Go
- Java
- PHP
- Python
- Rust
- SDKs
- TypeScript
properties:
- type: Documentation
url: https://docs.dagger.io/api/clients
- type: GitHubRepository
url: https://github.com/dagger/dagger
- type: Packages
url: packages/dagger-packages.yml
- type: SDKs
url: packages/dagger-packages.yml
- aid: dagger:daggerverse
name: Daggerverse Module Index
description: Daggerverse is the free, public index of Dagger Modules. Developers search for, browse, and consume reusable
Modules contributed by the Dagger community.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://daggerverse.dev/
baseURL: https://daggerverse.dev/
baseURLNote: 'Daggerverse publishes no machine-readable API. Probed 2026-09-07: /api, /api/modules, /api/search and /graphql
all return 404, and api.daggerverse.dev does not resolve. The module index is consumed through `dagger search` / `dagger
install` against git refs, not over HTTP by third parties, so the site root is recorded as the only host — a human surface,
not an API base.'
tags:
- Daggerverse
- Modules
- Registry
properties:
- type: Website
url: https://daggerverse.dev/
- type: GettingStarted
url: https://docs.dagger.io/ci/quickstart/simplify/
- aid: dagger:cloud
name: Dagger Cloud
description: Dagger Cloud is the hosted control plane providing pipeline traces, checks, module observability, and team
collaboration. It integrates with the local Dagger Engine for seamless trace uploads.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://dagger.io/cloud
baseURL: https://api.dagger.cloud
baseURLNote: 'Real, first-party and reachable, but undocumented. api.dagger.cloud answers from a Go HTTP server (plain-text
"404 page not found" on unknown paths, not an SPA shell) and serves two real documents anonymously: /.well-known/openid-configuration
(issuer https://api.dagger.cloud) and /jwks. No API reference for it is published — Dagger Cloud is documented as a product,
not as an API. Probed 2026-09-07.'
tags:
- Cloud
- Observability
- Telemetry
- Traces
properties:
- type: Website
url: https://dagger.io/cloud
- type: Signup
url: https://dagger.cloud
- aid: dagger:dagger-graphql-api
name: Dagger GraphQL API
description: The GraphQL API from Dagger — 1 operation(s) for graphql.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.dagger.io/api/
baseURL: http://127.0.0.1:{DAGGER_SESSION_PORT}
tags:
- GraphQL
properties:
- type: OpenAPI
url: openapi/dagger-graphql-api-openapi.yml
- type: Overlay
url: overlays/dagger-graphql-api-overlay.yaml
- type: ErrorCatalog
url: errors/dagger-problem-types.yml
common:
- type: IssueTracker
url: https://github.com/dagger/dagger/issues
- type: Releases
url: https://github.com/dagger/dagger/releases
- type: CodeOfConduct
url: https://github.com/dagger/dagger/blob/main/CODE_OF_CONDUCT.md
- type: ContributionGuide
url: https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md
- type: AgenticAccess
url: agentic-access/dagger-agentic-access.yml
- type: DomainSecurity
url: security/dagger-domain-security.yml
- type: Authentication
url: authentication/dagger-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/dagger-io
- type: Website
url: https://dagger.io/
- type: Documentation
url: https://docs.dagger.io/
- type: GettingStarted
url: https://docs.dagger.io/quickstart
- type: Reference
url: https://docs.dagger.io/reference/
- type: GitHubOrganization
url: https://github.com/dagger
- type: GitHubRepository
url: https://github.com/dagger/dagger
- type: Daggerverse
url: https://daggerverse.dev/
- type: Blog
url: https://dagger.io/blog
- type: Pricing
url: https://dagger.io/pricing
- type: Signup
url: https://dagger.cloud
- type: SignUp
url: https://dagger.cloud
- type: Discord
url: https://discord.gg/dagger-io
- type: Community
url: https://discord.gg/dagger-io
- type: YouTube
url: https://www.youtube.com/@dagger-io
- type: Twitter
url: https://twitter.com/dagger_io
- type: License
url: https://github.com/dagger/dagger/blob/main/LICENSE
- type: JSONLD
url: json-ld/dagger-context.jsonld
- type: Vocabulary
url: vocabulary/dagger-vocabulary.yml
- type: Integrations
url: https://dagger.io/partners/
- type: LlmsText
url: https://docs.dagger.io/llms.txt
- type: LLMsTxt
url: llms/dagger-llms.txt
- type: Packages
url: packages/dagger-packages.yml
- type: SDKs
url: packages/dagger-packages.yml
- type: WellKnown
url: well-known/dagger-well-known.yml
- type: MCPServer
url: mcp/dagger-mcp.yml
- type: ToolCrosswalk
url: mcp/dagger-tool-crosswalk.yml
- type: Conformance
url: conformance/dagger-conformance.yml
- type: ErrorCatalog
url: errors/dagger-problem-types.yml
- type: Lifecycle
url: lifecycle/dagger-lifecycle.yml
- type: StatusPage
url: https://status.dagger.io
- type: Conventions
url: conventions/dagger-conventions.yml
- type: ChangeLog
url: changelog/dagger-changelog.yml
- type: ChangeLog
url: https://dagger.io/changelog
- type: CLI
url: cli/dagger-cli.yml
- type: DataModel
url: data-model/dagger-data-model.yml
- type: AgentSkill
url: skills/_index.yml
- type: Plans
url: plans/dagger-plans-pricing.yml
- type: RateLimits
url: rate-limits/dagger-rate-limits.yml
- type: TermsOfService
url: https://dagger.io/legal_pages/terms-of-service
- type: PrivacyPolicy
url: https://dagger.io/legal_pages/privacy-policy
- type: FAQ
url: https://docs.dagger.io/faq/
integrations:
- name: Dagger
- name: GitHub stars
- name: Puzzle
- name: AgencyServices AI
- name: CodeToCloud
- name: Cerbos
- name: Chainloop
- name: Civo
- name: Depot
- name: Infisical
- name: Jozu
- name: Tracetest
- name: Okteto
- name: LocalStack
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-enrichment:
date: '2026-09-07'
status: enriched
artifacts_added: 19
pass: local-v3
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/dagger"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/dagger/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/dagger/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.