# Resurrection
> Logics-to-Salesforce migration API. Machine-readable surface is `/api/v1`. Authenticate with an `rsk_` API key; checkout uses the quote token in the path.

Give this file (`https://resurrection.taxrise.com/llms.txt`) to an agent as the starting point. Fetch the full guide next; then OpenAPI for schemas.

Authenticate with `x-api-key: rsk_…` or `Authorization: Bearer rsk_…`. Any valid key has full API access except service-principal/key admin (staff session only). Errors are `{ "error": { "code", "message", "details?" } }`. Lists are `{ items, total, limit, offset }`.

## Docs
- [Full API guide](https://resurrection.taxrise.com/llms-full.txt): Single markdown file covering auth, errors, and every v1 endpoint
- [OpenAPI 3.1](https://resurrection.taxrise.com/api/v1/openapi.json): Canonical schemas and operation list
- [Interactive API reference](https://resurrection.taxrise.com/api/v1/docs): Scalar UI for humans

## Optional
- [Staff app](https://resurrection.taxrise.com/resurrect): Search, preview, import, quotes
- [API keys (staff admin)](https://resurrection.taxrise.com/resurrect/api-keys): Issue `rsk_` keys for service principals
