IntelyCare

IntelyCare is a healthcare workforce platform that connects post-acute and acute-care facilities with W2-employed per-diem nursing professionals ("IntelyPros") — RNs, LPNs and CNAs — through an app-based marketplace covering per-diem shifts, contract placements and travel assignments, plus credentialing, onboarding, continuing education (IntelyEdu) and 24/7 clinical support. For facilities it provides scheduling, shift-fill and timekeeping software. IntelyCare exposes a public External Scheduling REST API that lets a facility's own scheduling or EHR system programmatically create, update and cancel shift requests, exchange timecards for billing reconciliation, and post clock-in/clock-out events, with HMAC-signed webhooks pushing shift-accept and shift-release status back in real time. IntelyCare acquired CareRev in January 2026 and also operates the Credenza verified-nursing-identity job board.

IntelyCare publishes 1 API on the APIs.io network: External Scheduling API. Tagged areas include healthcare, healthcare-staffing, nursing, workforce-management, and scheduling.

The IntelyCare catalog on APIs.io includes 1 event-driven AsyncAPI specification.

IntelyCare’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 16 more developer resources.

44.8/100 developing ▬ flat Agent 40/100 agent ready Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
1 APIs
healthcarehealthcare-staffingnursingworkforce-managementschedulingshift-managementtimekeepingmarketplacewebhooksper-diemcredentialingpost-acute-care

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 44.8/100 · developing
Contract Quality 17.8 / 25
Developer Ergonomics 10.3 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 0.0 / 13
Governance 1.4 / 12
Discoverability 8.7 / 10
Agent readiness — 40/100 · agent ready
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 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 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
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/intelycare: 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 1

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

IntelyCare External Scheduling API

REST API for integrating a facility's scheduling, EHR or workforce system with the IntelyCare Staffing platform. Clients create, update and delete shift requests, submit and upd...

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

IntelyCare Shift Events

Real-time updates on the status of submitted shifts. IntelyCare POSTs a signed JSON payload to a client-configured HTTPS endpoint when a shift is accepted by a healthcare profes...

ASYNCAPI

Security Posture 2

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

Intelycare Authentication

apiKey · 2 schemes

SECURITY

Intelycare Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Intelycare Agentic Access

6 operations · 6 acting

6 operations · 6 acting

AGENTIC

Resources

Get Started 4

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 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 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: intelycare
name: IntelyCare
description: IntelyCare is a healthcare workforce platform that connects post-acute and acute-care facilities with W2-employed
  per-diem nursing professionals ("IntelyPros") — RNs, LPNs and CNAs — through an app-based marketplace covering per-diem
  shifts, contract placements and travel assignments, plus credentialing, onboarding, continuing education (IntelyEdu) and
  24/7 clinical support. For facilities it provides scheduling, shift-fill and timekeeping software. IntelyCare exposes a
  public External Scheduling REST API that lets a facility's own scheduling or EHR system programmatically create, update
  and cancel shift requests, exchange timecards for billing reconciliation, and post clock-in/clock-out events, with HMAC-signed
  webhooks pushing shift-accept and shift-release status back in real time. IntelyCare acquired CareRev in January 2026 and
  also operates the Credenza verified-nursing-identity job board.
image: https://www.intelycare.com/wp-content/uploads/2023/08/ic-logo-2-1.svg
url: https://raw.githubusercontent.com/api-evangelist/intelycare/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.21'
created: '2026-08-01'
modified: '2026-08-01'
tags:
- healthcare
- healthcare-staffing
- nursing
- workforce-management
- scheduling
- shift-management
- timekeeping
- marketplace
- webhooks
- per-diem
- credentialing
- post-acute-care
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: IntelyCare External Scheduling API
  description: REST API for integrating a facility's scheduling, EHR or workforce system with the IntelyCare Staffing platform.
    Clients create, update and delete shift requests, submit and update timecards for billing reconciliation, and post clock-in/clock-out
    events. All requests and responses are JSON-encoded; bulk operations are not supported (one object per request). Authentication
    is an X-API-KEY header scoped to a single client, paired with an X-CLIENT-ID header. Real-time shift status is pushed
    back via HMAC-SHA256-signed webhooks (Shift Accept, Shift Release).
  humanURL: https://apidocs.intelycare.com/
  baseURL: https://api.intelycare.com/external-scheduling/v1/
  tags:
  - healthcare
  - healthcare-staffing
  - nursing
  - workforce-management
  - scheduling
  - shift-management
  - timekeeping
  - webhooks
  properties:
  - type: OpenAPI
    url: openapi/intelycare-external-scheduling-openapi.yml
  - type: Documentation
    url: https://apidocs.intelycare.com/
  - type: APIReference
    url: https://apidocs.intelycare.com/
  - type: GettingStarted
    url: https://apidocs.intelycare.com/
  - type: Webhooks
    url: asyncapi/intelycare-shift-events-asyncapi.yml
  - type: AsyncAPI
    url: asyncapi/intelycare-shift-events-asyncapi.yml
  - type: Overlay
    url: overlays/intelycare-external-scheduling-overlay.yaml
  - type: Examples
    url: examples/intelycare-examples.yml
  - type: Sandbox
    url: sandbox/intelycare-sandbox.yml
common:
- type: Website
  url: https://www.intelycare.com/
- type: Documentation
  url: https://apidocs.intelycare.com/
- type: APIReference
  url: https://apidocs.intelycare.com/
- type: GettingStarted
  url: https://apidocs.intelycare.com/
- type: Support
  url: https://www.intelycare.com/company/contact-us/
- type: Blog
  url: https://www.intelycare.com/blog/nursing-professionals/
- type: Pricing
  url: https://credenzahealth.com/facilities/employer-products
- type: SignUp
  url: https://www.intelycare.com/for-nursing-professionals/apply/
- type: Login
  url: https://app.intelycare.com/facility/login
- type: TermsOfService
  url: https://www.intelycare.com/terms-of-use/
- type: PrivacyPolicy
  url: https://www.intelycare.com/privacy-policy/
- type: Authentication
  url: authentication/intelycare-authentication.yml
- type: Conventions
  url: conventions/intelycare-conventions.yml
- type: ErrorCatalog
  url: errors/intelycare-problem-types.yml
- type: DataModel
  url: data-model/intelycare-data-model.yml
- type: Lifecycle
  url: lifecycle/intelycare-lifecycle.yml
- type: Conformance
  url: conformance/intelycare-conformance.yml
- type: DomainSecurity
  url: security/intelycare-domain-security.yml
- type: LLMsTxt
  url: llms/intelycare-llms.txt
- type: AgenticAccess
  url: agentic-access/intelycare-agentic-access.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Sandbox
  url: sandbox/intelycare-sandbox.yml
- type: Examples
  url: examples/intelycare-examples.yml
x-enrichment:
  date: '2026-08-01'
  status: enriched
  artifacts_added: 20
  pass: local-v1