Fency.ai

What is Fency

Fency is a flexible framework for getting AI features into production.

Fency is a developer-friendly framework for getting AI features into production. Your backend syncs data to Fency and controls what the AI can access. Your React webapp uses the Fency SDK to run AI tasks and stream results to your users.

What you need to get started

  1. A Fency account with a publishable key and a secret key
  2. A backend that can call the Fency API (any language)
  3. A React webapp with the @fencyai/react SDK installed

Follow the getting started guide for the full setup.

Before you integrate

A few concepts are worth understanding first:

  • Memories: How your data gets into Fency. Your backend creates memories that the AI can use as context.
  • Sessions: How access is controlled. Your backend creates a session that limits what the AI can see and do, and hands your webapp a short-lived client token.
  • Agent tasks: The work your webapp starts with a client token, such as chat or exploring memories.

Once these make sense, the integration examples show complete, working setups.

On this page