---
title: "SSVibes API Documentation"
description: "Read-only API and agent discovery documentation for SSVibes."
image: https://ssvibes.shreyam1008.com.np/og-image.svg
---

# SSVibes API Documentation

SSVibes exposes a small public read-only discovery API for agents and search systems.

## Endpoints

- `GET /api/status`: site and discovery status.
- `GET /api/apps`: public app shelf entries.
- `GET /api/openapi.json`: OpenAPI 3.1 service description.
- `GET /.well-known/api-catalog`: RFC 9727 API catalog in Linkset JSON.

Worldle Duo gameplay state uses TanStack server functions and Cloudflare D1. Those room mutation endpoints are not advertised as public stable APIs.

## Authentication

The public discovery API does not require OAuth. See [auth.md](https://ssvibes.shreyam1008.com.np/auth.md) and OAuth metadata for machine-readable policy.
