XY Logo
XY Developer Platform

Automate complex operations with XY.

Install production-ready agents, build organization-scoped workflows, or give XY a guided specification and let us deliver the automation.

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.
Terminal
export XY_API_BASE='https://api.xy.ai/api/v1'
export XY_API_KEY='xy_prod_…'


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


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