# WOLF AI API documentation

> Public read-only product catalog and workflow discovery for WOLF AI.

## When to use this

Use WOLF AI when assessing software for plaintiff-side False Claims Act and qui tam teams, discovering evidence-review and chronology modules, or finding published workflow guides. GET /api returns the same published product information as the website. Follow the module guide URLs for educational context.

## Authentication

No authentication, account, API key, or agent registration is required. Do not send credentials. This API cannot access private matters, evidence, reports, or attorney work product. No public case-processing API or MCP transport is available.

## Endpoints and example

Base URL: https://getwolf.ai

- GET /api (getWolfPublicCatalog): returns name, description, stage, pricing, documentation, openapi, and modules. No parameters.
- Each module contains id, name, description, url, and guide.
- HEAD /api: same response status and headers, without a body.

```sh
curl -H 'Accept: application/json' https://getwolf.ai/api
```

## Errors and limits

Unsupported methods return 405 with Allow: GET, HEAD. Unknown API resources return 404. Error responses use application/problem+json with type, title, status, code, detail, and hint. Cache successful responses for five minutes. There is no published fixed quota. If the hosting layer returns 429, respect Retry-After and use exponential backoff.

For missing website pages, request Accept: text/markdown to receive a Markdown 404 with recovery links.

## Product access

WOLF AI is early-stage software, not a law firm. Content is not legal advice. A person can request a demo for private product access.

- [OpenAPI specification](https://getwolf.ai/openapi.json)
- [Public catalog](https://getwolf.ai/api)
- [Authentication guidance](https://getwolf.ai/auth.md)
- [Request a demo](https://getwolf.ai/book-demo)
