Enjab Developers

Overview

What Enjab is, the tools you can build on, and how this documentation works for both humans and coding agents.

Welcome to Enjab Developers - the single source of truth for building on Enjab.

Everything an Enjab tool needs is here: how to add Sign in with Enjab Auth, how to ship on-brand UI with the Enjab UI design system, and how to bring an existing tool up to the latest standards. One central place, kept current, for every Enjab tool that exists today and every one we build next.

Built for agents first

These docs are written so a coding agent can read them and do the work, with humans reading the same pages. Every page is a normal markdown file you can fetch raw:

EndpointWhat it returns
/llms.txtThe index of every page, with links
/llms-full.txtEvery page concatenated into one document
/llms.mdx/docs/<path>/content.mdA single page, raw markdown

Point an agent at /llms.txt and let it pull the pages it needs. No separate "agent version" of the docs - the page you read is the page the agent reads.

The tools

Where to start

If you are building a new tool, read Get started first - it covers how the pieces fit together and the fastest path to a working integration. If you are an agent, start at /llms.txt.

On this page