Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Unisson agent-evals Readyz API
version: 1.0.0
servers:
- url: https://api.unisson.ai
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Readyz
paths:
/readyz:
get:
summary: Readyz
description: 'Deep readiness probe: confirms DB + Redis + WS relay are live.
K8s readiness probes should hit this (not ``/health``) so a worker
with a degraded dependency is pulled out of the load-balancer pool.'
operationId: readyz_readyz_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
tags:
- Readyz
components:
securitySchemes:
HTTPBearer:
type: http
scheme: bearer