FAQsGetting Started

Getting Started with Ctxfy

Quick answers for new integrators.

What is Ctxfy?

Ctxfy is AI context management for professionals. Save your AI conversation state as snapshots, resume any project in 30 seconds, cut token costs by 65–75%. Works with ChatGPT, Claude, and any AI tool. The API lets you automate context capture and integrate with your workflows.

Who is it for?

Professionals and teams using AI daily: developers, architects, product managers. Anyone with long, decision-rich conversations who needs to preserve and reuse context across sessions. API access is available on Pro and Enterprise plans.

How do I authenticate?

Use Authorization: Bearer <api_key> on every request. Create API keys in the Ctxfy dashboard. Each key grants access to all resources of the key owner.

What is the base URL?

Use the URL of your deployment (e.g. https://api.ctxfy.com or the host provided to you). Public endpoints like /health and /metrics do not require auth.

What are the rate limits?

  • Free plan: 10 requests/minute
  • Pro and above: 100 requests/minute

Check X-RateLimit-Remaining and Retry-After on 429 responses.

Where is the full API spec?

See the API Reference tab and the OpenAPI specification (openapi.yaml). All endpoints under /v1 are documented there.