Skip to main content
Private access is opening up — request an invite
askFinz
All workspaces
Tool·docs.askfinz.aiComing soon

Docs.

The manual, but readable.

How to use askFinz well, for the people who want to go deeper.

Guides · API reference · recipes

Everything you need to use askFinz, in one searchable place.

Docs covers every askFinz product — getting-started guides, full API references, copy-and-paste recipes, and a changelog that tells you exactly what changed and when. One search box reaches all of it.

Find anything in one search

One search box covers every guide, API reference, recipe and changelog entry across all products. Results appear instantly — page title, section heading and a snippet, so you land in the right place the first time.

Walk-throughs, not reference walls

Every guide follows the same shape: goal, steps, something you can copy. The getting-started paths are short. The deep dives are skimmable. You can follow the TOC or drop straight into the section you need.

Code examples you can copy and run

Every API call, SDK snippet and recipe ships with a working example. Copy it, paste it, swap in your token. Code blocks show the language, the expected response and any common error cases alongside.

One tree for every product

Chat, Code, Research, Travel, Workflow and every other workspace share a single doc tree. Switch sections without losing your place. The breadcrumb always tells you where you are and how to get back.

One token, one quota, every product. The authentication section covers the shared account token that works across all workspaces — there is no per-product key to manage.

A glimpse of the site

Search, browse, copy — in motion.

A scripted walk-through — the search box opens, results appear, pages swap between a guide, an API reference and a recipe. The live site lives at docs.askfinz.ai.

docs.askfinz.ai · liveDocs
rate limits⌘K
5 results
Concepts · Rate limits
Per-account RPS, burst tokens and the 429 backoff window…
API Reference · REST
Headers `x-ratelimit-remaining` and `x-ratelimit-reset`…
Recipes · Schedule a workflow
Spreading bursts across the minute to avoid rate-limit walls…
Changelog · 2026
2026-03-11 — rate-limit headers now returned on every response.
Glossary
Rate limit — a per-account ceiling expressed as RPS plus a burst…
Getting Started · Overview

Overview

askFinz exposes a single multi-LLM agent surface across nine product workspaces. The REST API is provider-agnostic — pick a model, send a prompt, stream the response. Authentication is per-account; rate limits are documented per route.

Info · Every workspace shares one auth token and one quota — there is no per-product key to manage.

Your first call

curl
curl https://api.askfinz.ai/v1/chat \
  -H "Authorization: Bearer $ASKFINZ_TOKEN" \
  -d '{"model":"frontier-fast","prompt":"Hello"}'
Tip · Set stream: true to receive server-sent events instead of a single JSON response.
Live docs at docs.askfinz.ai
Available on

Where Docs runs.

One account, many surfaces. Docs is reachable from the surfaces lit below. Sign in once, pick up where you left off — your threads, files and history follow you across every surface.

Cloud
*.askfinz.ai in any browser
Access from any device with a browser. No install required. Your work syncs automatically across every session.
Supported
Extension
Browser extension, on every tab
Summon the workspace from any webpage. Highlight text, ask questions, save findings — without leaving your current tab.
Not available
Desktop
Desktop app for offline work
Native app for macOS, Windows and Linux. Works offline, syncs when you reconnect. Faster, deeper OS integration.
Not available
In practice

A guided documentation workspace will let everyone on the platform go deeper on any feature through clear walk-throughs, practical recipes and tips for asking better questions. It is on the roadmap and will be available to all users when it ships.

Read the guide: askFinz documentation and how-to guides

See also — other tool workspaces.

Docs shares one login, one memory and one model layer with every other workspace under askfinz.ai.

Browse the rest of the catalog at /apps.

Request access