Zocdoc · Agentic Access

Zocdoc Agentic Access

x-agentic-access generated

Zocdoc exposes 32 API operations that an AI agent could call, of which 11 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 21 read and 11 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

HealthcareAppointmentsBookingProvidersInsuranceTelehealthScheduling
Operations: 32 Acting: 11 Human-in-the-loop: 0 Method: generated

By consequence

read 21 write 11

Source

Agentic Access

Raw ↑
generated: '2026-08-15'
method: generated
source: openapi/zocdoc-appointments-api-openapi.yml, openapi/zocdoc-calendar-integration-timeslots-api-openapi.yml,
  openapi/zocdoc-credentials-api-openapi.yml, openapi/zocdoc-facilities-api-openapi.yml, openapi/zocdoc-insurance-reference-api-openapi.yml,
  openapi/zocdoc-provider-locations-api-openapi.yml, openapi/zocdoc-providers-api-openapi.yml,
  openapi/zocdoc-reference-api-openapi.yml, openapi/zocdoc-reviews-api-openapi.yml, openapi/zocdoc-schedulable-entities-api-openapi.yml,
  openapi/zocdoc-specialties-api-openapi.yml, openapi/zocdoc-visit-reasons-api-openapi.yml,
  openapi/zocdoc-webhook-api-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 32
  by_action_class:
    acting: 11
    connected: 21
  by_consequence:
    write: 11
    read: 21
  human_in_the_loop_required: 0
operations:
- path: /v1/appointments
  method: post
  operationId: createAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/appointments
  method: get
  operationId: getAppointments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - external.appointment.read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/appointments/{appointment_id}
  method: get
  operationId: getAppointment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - external.appointment.read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/appointments/{appointment_id}/participants
  method: get
  operationId: getAppointmentParticipants
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - external.appointment.read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/appointments/cancel
  method: post
  operationId: cancelAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/appointments/confirm
  method: post
  operationId: confirmAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/appointments/reschedule
  method: post
  operationId: rescheduleAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/appointments/{appointment_id}/attachments
  method: post
  operationId: uploadAppointmentAttachment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/appointments/update-status
  method: put
  operationId: updateAppointmentStatus
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.appointment.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/providers/{provider_id}/calendar/timeslots
  method: get
  operationId: getProviderCalendarTimeslots
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/providers/{provider_id}/calendar/timeslots
  method: put
  operationId: putProviderCalendarTimeslots
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/credentials/rotate
  method: post
  operationId: rotateCredentials
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.credential.rotate
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1-beta/facilities
  method: get
  operationId: getFacilities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1-beta/facilities/{facility_id}
  method: get
  operationId: getFacility
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/insurance_plans
  method: get
  operationId: getInsurancePlans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/insurance_plans/{insurance_plan_id}
  method: get
  operationId: getInsurancePlan
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/provider_locations
  method: get
  operationId: getProviderLocations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/provider_locations/{provider_location_id}
  method: get
  operationId: getProviderLocation
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/provider_locations/availability
  method: get
  operationId: getProviderLocationsAvailability
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/provider_locations/{provider_location_id}/insurance_mappings
  method: get
  operationId: getProviderLocationInsuranceMappings
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/provider_locations/{provider_location_id}/insurance_mappings
  method: post
  operationId: updateProviderLocationInsuranceMappings
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.provider_insurance.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/providers
  method: get
  operationId: getProviders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/reference/npi
  method: get
  operationId: getProviderNpis
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/providers/{provider_id}/reviews
  method: get
  operationId: getProviderReviews
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/providers/reviews
  method: get
  operationId: getProviderReviewsBatch
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/schedulable_entities
  method: get
  operationId: getSchedulableEntities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - external.schedulable_entity.read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/schedulable_entities/overlaps
  method: put
  operationId: putSchedulableEntitiesOverlaps
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - external.schedulable_entity.read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/specialties
  method: get
  operationId: getSpecialties
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/specialties/{specialty_id}
  method: get
  operationId: getSpecialtyById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/visit_reasons
  method: get
  operationId: getVisitReasons
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/visit_reasons/{visit_reason_id}
  method: get
  operationId: getVisitReasonById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/webhook/mock-request
  method: post
  operationId: mockWebhookRequest
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • 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
Search the catalog
curl "https://apis.io/api/v1/search?q=zocdoc-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/zocdoc-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.