XY Logo
XY Developer Platform

Build healthcare operations that keep moving.

Connect your systems to XY agents, workflows, review queues, and governed analytics through one secure API surface.

Secure by construction

Built for sensitive operations

  • One environment-bound key per integration
  • Organization identity derived from the key
  • Explicit scopes for every capability
  • Idempotent create and command routes
  • No stored passwords or secret values in responses

One platform, clear boundaries

From first request to production workflow.

Agent Marketplace API

Discover available agents, install an exact version, connect knowledge sources, and run it asynchronously.

Workflow Planner

Build and test reusable workflows, review every step, and promote only when your team is ready.

Operations and analytics

Observe run phases, operate schedules, submit human review decisions, and query governed metrics.

Quick start

Your first request takes three steps.

  1. 01Create an API key in Organization settings.
  2. 02Store it in your server-side secret manager.
  3. 03Verify the key, then discover available agents.
Open the interactive reference
terminal
export XY_API_BASE='https://marketplace.prod.xyai.beer/api/v1'
export XY_API_KEY='xy_prod_…'

curl --fail-with-body \
  --header "Authorization: Bearer ${XY_API_KEY}" \
  "${XY_API_BASE}/agents"