JumpCloud website screenshot

JumpCloud

JumpCloud is an open directory platform that unifies identity, access, and device management across users, devices, networks, and SaaS applications. Its cloud directory supports SSO, MFA, device management (MDM), conditional access policies, RADIUS, LDAP, and HR system integration. JumpCloud's REST APIs (V1 and V2) provide programmatic access to users, groups, systems, policies, applications, and directory insights for IT automation.

JumpCloud publishes 4 APIs on the APIs.io network, including Application Templates API, Applications API, Command Results API, and 1 more. Tagged areas include Identity, Directory Services, SSO, MFA, and Device Management.

JumpCloud’s developer surface includes authentication, documentation, support, signup flow, pricing, engineering blog, and 6 more developer resources.

30.5/100 thin ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessSelf serve
7 APIs
IdentityDirectory ServicesSSOMFADevice ManagementMDMIT OperationsZero Trust

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 30.5/100 · thin
Contract Quality 15.1 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 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/jumpcloud: 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 7

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

JumpCloud API V1

REST API for managing core directory resources including users, systems, system users, tags, commands, policies, and SSO applications. Uses API key authentication via the x-api-...

JumpCloud API V2

REST API V2 for managing groups, group memberships, associations, directory insights, system insights, organizations, and modern policies. Uses API key authentication via the x-...

JumpCloud System Context API

API for managed systems to interact with JumpCloud on their own behalf using HTTP Signatures authentication. Used for system-initiated actions such as user provisioning and even...

JumpCloud Application Templates API

SSO/SAML application templates available for use.

JumpCloud Applications API

SSO/SAML applications configured in the organization.

JumpCloud Command Results API

Execution results produced by commands run against systems.

JumpCloud Commands API

Commands that can be executed across managed systems.

Scroll for all 7

Open Collections 1

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

JumpCloud API V1

OPEN COLLECTION

Security Posture 2

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

Jumpcloud Authentication

apiKey · 1 scheme

SECURITY

Jumpcloud Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

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

Jumpcloud Agentic Access

13 operations · 6 acting

13 operations · 6 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

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

Source (apis.yml)

apis.yml Raw ↑
aid: jumpcloud
name: JumpCloud
description: JumpCloud is an open directory platform that unifies identity, access, and device management across users, devices,
  networks, and SaaS applications. Its cloud directory supports SSO, MFA, device management (MDM), conditional access policies,
  RADIUS, LDAP, and HR system integration. JumpCloud's REST APIs (V1 and V2) provide programmatic access to users, groups,
  systems, policies, applications, and directory insights for IT automation.
type: Index
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
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jumpcloud.png
tags:
- Identity
- Directory Services
- SSO
- MFA
- Device Management
- MDM
- IT Operations
- Zero Trust
url: https://raw.githubusercontent.com/api-evangelist/jumpcloud/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: jumpcloud:v1-api
  name: JumpCloud API V1
  description: REST API for managing core directory resources including users, systems, system users, tags, commands, policies,
    and SSO applications. Uses API key authentication via the x-api-key header.
  humanURL: https://docs.jumpcloud.com/api/1.0/index.html
  baseURL: https://console.jumpcloud.com/api
  tags:
  - Identity
  - Directory Services
  - Users
  - Systems
  - Policies
  properties:
  - type: Documentation
    url: https://docs.jumpcloud.com/api/1.0/index.html
- aid: jumpcloud:v2-api
  name: JumpCloud API V2
  description: REST API V2 for managing groups, group memberships, associations, directory insights, system insights, organizations,
    and modern policies. Uses API key authentication via the x-api-key header.
  humanURL: https://docs.jumpcloud.com/api/2.0/index.html
  baseURL: https://console.jumpcloud.com/api/v2
  tags:
  - Identity
  - Groups
  - Associations
  - Directory Insights
  properties:
  - type: Documentation
    url: https://docs.jumpcloud.com/api/2.0/index.html
- aid: jumpcloud:system-context-api
  name: JumpCloud System Context API
  description: API for managed systems to interact with JumpCloud on their own behalf using HTTP Signatures authentication.
    Used for system-initiated actions such as user provisioning and event reporting.
  humanURL: https://docs.jumpcloud.com/api/systemcontext/index.html
  baseURL: https://console.jumpcloud.com/api/systems
  tags:
  - Systems
  - Agents
  - HTTP Signatures
  properties:
  - type: Documentation
    url: https://docs.jumpcloud.com/api/systemcontext/index.html
  - type: GitHub
    url: https://github.com/TheJumpCloud/SystemContextAPI
- aid: jumpcloud:jumpcloud-application-templates-api
  name: JumpCloud Application Templates API
  description: SSO/SAML application templates available for use.
  humanURL: https://docs.jumpcloud.com/api/1.0/index.html
  baseURL: https://console.jumpcloud.com/api
  tags:
  - Application Templates
  properties:
  - type: OpenAPI
    url: openapi/jumpcloud-application-templates-api-openapi.yml
- aid: jumpcloud:jumpcloud-applications-api
  name: JumpCloud Applications API
  description: SSO/SAML applications configured in the organization.
  humanURL: https://docs.jumpcloud.com/api/1.0/index.html
  baseURL: https://console.jumpcloud.com/api
  tags:
  - Applications
  properties:
  - type: OpenAPI
    url: openapi/jumpcloud-applications-api-openapi.yml
- aid: jumpcloud:jumpcloud-command-results-api
  name: JumpCloud Command Results API
  description: Execution results produced by commands run against systems.
  humanURL: https://docs.jumpcloud.com/api/1.0/index.html
  baseURL: https://console.jumpcloud.com/api
  tags:
  - Command Results
  properties:
  - type: OpenAPI
    url: openapi/jumpcloud-command-results-api-openapi.yml
- aid: jumpcloud:jumpcloud-commands-api
  name: JumpCloud Commands API
  description: Commands that can be executed across managed systems.
  humanURL: https://docs.jumpcloud.com/api/1.0/index.html
  baseURL: https://console.jumpcloud.com/api
  tags:
  - Commands
  properties:
  - type: OpenAPI
    url: openapi/jumpcloud-commands-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/jumpcloud-agentic-access.yml
- type: DomainSecurity
  url: security/jumpcloud-domain-security.yml
- type: Authentication
  url: authentication/jumpcloud-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/jumpcloud
- type: Website
  url: https://jumpcloud.com
- type: Documentation
  url: https://docs.jumpcloud.com
- type: Support
  url: https://jumpcloud.com/support
- type: Signup
  url: https://console.jumpcloud.com/signup
- type: Pricing
  url: https://jumpcloud.com/pricing
- type: GitHubOrganization
  url: https://github.com/TheJumpCloud
- type: LlmsText
  url: https://jumpcloud.com/llms.txt
- url: https://jumpcloud.com/blog/feed
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com