Artisight

Artisight is a smart hospital platform company founded in 2015 out of Northwestern Medicine that pairs NVIDIA GPU-powered edge sensors — dual 4K cameras, multi-microphone arrays and RTLS radios — with computer vision, speech recognition and deep learning to deliver virtual nursing, ambient clinical documentation, operating-room coordination, patient-safety monitoring, asset and staff tracking, environmental monitoring and predictive analytics across 400+ hospitals in 30+ US health systems. The platform integrates natively and bi-directionally with Epic and Oracle Cerner EHRs, processes video on-premise rather than in the public cloud, and holds HIPAA Expert Determination Certification. Artisight publishes no public developer program, product API or SDK; its only public machine-readable surfaces are the WordPress content REST API, an OAuth 2.0-protected MCP server and an llms.txt on artisight.com.

Artisight publishes 2 APIs on the APIs.io network. Tagged areas include Company, Healthcare, Artificial Intelligence, Computer Vision, and Hospitals.

Artisight’s developer surface includes engineering blog, support, signup flow, authentication, and 19 more developer resources.

28.3/100 thin ▬ flat Agent 27/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
2 APIs 1 MCP Servers
CompanyHealthcareArtificial IntelligenceComputer VisionHospitalsAmbient IntelligenceElectronic Health RecordsMachine LearningPatient MonitoringInternet of Things

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 28.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 0.7 / 13
Governance 1.5 / 12
Discoverability 8.7 / 10
Agent readiness — 27/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 4 / 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/artisight: 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 2

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

Artisight Website Content API

The public WordPress REST API served from artisight.com. It is the marketing/content API for the corporate website — posts, pages, media, taxonomies, case studies and the site r...

Artisight MCP Server

A Model Context Protocol server published from artisight.com by the WordPress MCP Adapter, backed by the WordPress Abilities API. Discovery is anonymous — RFC 8414 authorization...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

artisight-mcp.yml

MCP SERVER

Security Posture 2

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

Artisight Authentication

oauth2/http · 2 schemes

SECURITY

Artisight Domain Security

TLSv1.3 · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Artisight Scopes

1 scope · authorizationCode

1 scopes

SCOPES

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

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 7

The organization behind the API

Scroll for all 7

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: artisight
name: Artisight
description: Artisight is a smart hospital platform company founded in 2015 out of Northwestern Medicine that pairs NVIDIA
  GPU-powered edge sensors — dual 4K cameras, multi-microphone arrays and RTLS radios — with computer vision, speech recognition
  and deep learning to deliver virtual nursing, ambient clinical documentation, operating-room coordination, patient-safety
  monitoring, asset and staff tracking, environmental monitoring and predictive analytics across 400+ hospitals in 30+ US
  health systems. The platform integrates natively and bi-directionally with Epic and Oracle Cerner EHRs, processes video
  on-premise rather than in the public cloud, and holds HIPAA Expert Determination Certification. Artisight publishes no public
  developer program, product API or SDK; its only public machine-readable surfaces are the WordPress content REST API, an
  OAuth 2.0-protected MCP server and an llms.txt on artisight.com.
image: https://artisight.com/wp-content/uploads/2026/01/Artisight-Fallback-Homepage-Image-Video.jpg
url: https://raw.githubusercontent.com/api-evangelist/artisight/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-02'
modified: '2026-08-02'
tags:
- Company
- Healthcare
- Artificial Intelligence
- Computer Vision
- Hospitals
- Ambient Intelligence
- Electronic Health Records
- Machine Learning
- Patient Monitoring
- Internet of Things
apis:
- aid: artisight:website-content-api
  name: Artisight Website Content API
  description: The public WordPress REST API served from artisight.com. It is the marketing/content API for the corporate
    website — posts, pages, media, taxonomies, case studies and the site route index — not a clinical or Smart Hospital Platform
    API. Anonymous reads work; writes and the wp-abilities/v1 surface require authentication. 523 routes across 28 namespaces
    were observed live on 2026-08-02.
  humanURL: https://artisight.com/
  baseURL: https://artisight.com/wp-json/
  tags:
  - Content
  - WordPress
  - REST
  properties:
  - type: APICatalog
    url: well-known/artisight-wp-json-index.json
  - type: Conventions
    url: conventions/artisight-conventions.yml
  - type: ErrorCatalog
    url: errors/artisight-problem-types.yml
  x-evidence:
    fetched: '2026-08-02'
    url: https://artisight.com/wp-json/
    http_status: 200
    content_type: application/json
- aid: artisight:mcp-server
  name: Artisight MCP Server
  description: A Model Context Protocol server published from artisight.com by the WordPress MCP Adapter, backed by the WordPress
    Abilities API. Discovery is anonymous — RFC 8414 authorization-server metadata and RFC 9728 protected-resource metadata
    are both served from /.well-known/ — but initialize, tools/list and the underlying wp-abilities/v1 routes all return 401
    without an OAuth bearer token, so the live tool set could not be enumerated anonymously.
  humanURL: https://artisight.com/
  baseURL: https://artisight.com/wp-json/mcp/mcp-oauth-server
  tags:
  - MCP
  - Agents
  properties:
  - type: MCPServer
    url: mcp/artisight-mcp.yml
  - type: Authentication
    url: authentication/artisight-authentication.yml
  - type: OAuthScopes
    url: scopes/artisight-scopes.yml
  x-evidence:
    fetched: '2026-08-02'
    url: https://artisight.com/.well-known/oauth-protected-resource
    http_status: 200
    content_type: application/json
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://artisight.com/
- type: About
  url: https://artisight.com/about/
- type: Blog
  url: https://artisight.com/blog/
- type: BlogRSS
  url: https://artisight.com/feed/
- type: Press
  url: https://artisight.com/press-releases/
- type: CaseStudies
  url: https://artisight.com/case-studies/
- type: Partners
  url: https://artisight.com/partners/
- type: Careers
  url: https://artisight.com/careers/
- type: Support
  url: https://artisight.com/contact/
- type: SignUp
  url: https://artisight.com/demo/
- type: PrivacyPolicy
  url: https://artisight.com/privacy-policy/
- type: GitHubOrganization
  url: https://github.com/artisight
- type: Compliance
  url: https://artisight.com/smart-hospital-technology/
- type: LLMsTxt
  url: llms/artisight-llms.txt
- type: WellKnown
  url: well-known/artisight-well-known.yml
- type: MCPServer
  url: mcp/artisight-mcp.yml
- type: Authentication
  url: authentication/artisight-authentication.yml
- type: OAuthScopes
  url: scopes/artisight-scopes.yml
- type: Conformance
  url: conformance/artisight-conformance.yml
- type: Conventions
  url: conventions/artisight-conventions.yml
- type: ErrorCatalog
  url: errors/artisight-problem-types.yml
- type: Lifecycle
  url: lifecycle/artisight-lifecycle.yml
- type: DomainSecurity
  url: security/artisight-domain-security.yml
x-secondary-market:
- type: Hiive
  url: https://www.hiive.com/securities/artisight-stock
x-enrichment:
  date: '2026-08-02'
  status: enriched
  artifacts_added: 13
  pass: local-v1