---
title: API
description: The versioned REST API under /api/v1 for programmatic access to websites and related resources.
---

The API uses your existing platform account. It does not expose a register route.

POST your email and password to the login endpoint.

{
  "email": "string",
  "password": "string"
}

{
  "accessToken": "string"
}

Authorization: Bearer <accessToken>

Every public /api/v1 route as a simple method + path catalog, auth, request hints, and links to matching MCP tools when available.
