Skip to main content

Recon Agent — Multi-Tenant SaaS

AI-powered financial reconciliation as a multi-tenant SaaS.

Architecture

  • Frontend: Next.js 16 + Clerk auth (App Router)
  • Backend API: FastAPI (Python)
  • Core Engine: Pure Python reconciliation logic (core/)
  • Database: Supabase PostgreSQL with RLS
  • Storage: Supabase Storage (CSV/XLSX files)

The architecture flows strictly as: Web → FastAPI API → Core Engine → Database

[!NOTE] The Command Line Interface (recon) is a fully featured CLI that consumes the FastAPI REST API using Personal Access Tokens (PATs).

Quick Start

1. Backend (FastAPI)

cd /home/abhishek/PROJECTS/recon-agent
.venv/bin/python -m uvicorn api.main:app --host 0.0.0.0 --port 8000 --reload

Health check: curl http://localhost:8000/health

2. Frontend (Next.js)

cd /home/abhishek/PROJECTS/recon-agent/web
npm run dev

Command Line Interface (CLI)

Recon Agent includes a powerful CLI that acts as a first-class client to the FastAPI backend. It allows you to automate reconciliations, view history, export reports, and generate AI explanations straight from the terminal.

Installation

Install locally via pip or uv:

pip install -e .
# or
uv pip install -e .

This makes the recon command globally available.

recon --help

Usage

  1. Login: Generate a Personal Access Token in the Web UI, then run:
    recon login
    
  2. Reconcile:
    recon reconcile source.csv target.csv
    
  3. History:
    recon history
    
  4. Machine Readable output:
    recon history --json
    

Documentation

Development

uv sync

Create .env (root) and web/.env.local with these values.

Root .env

SUPABASE_URL=https://<project-ref>.supabase.co
SUPABASE_SERVICE_KEY=<service_role JWT>      # NOT the publishable key!
CLERK_SECRET_KEY=sk_test_...
CLERK_ISSUER=https://<your-app>.clerk.accounts.dev
ENCRYPTION_KEY=<base64 32 bytes>

web/.env.local

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...

Database Setup

Run the SQL in api/migrations/001_initial_schema.sql in the Supabase SQL editor.

This creates the tables and enables RLS policies.

How multi-tenancy works

  1. User signs in with Clerk (organizations enabled)
  2. Clerk JWT is sent on every API request
  3. Backend extracts clerk_org_id from JWT
  4. Each DB query is scoped to that org — RLS enforces isolation as a backstop

See api/migrations/001_initial_schema.sql to 005_usage_quotas.sql for the full schema.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

recon_agent-0.1.3.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recon_agent-0.1.3-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file recon_agent-0.1.3.tar.gz.

File metadata

  • Download URL: recon_agent-0.1.3.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Omarchy","version":"4.0.0","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for recon_agent-0.1.3.tar.gz
Algorithm Hash digest
SHA256 adddc76645a43b520e237d7bd5aeebd46193787c0926ef3126b8058102ba4d49
MD5 862901da391409e920748c64d89d56d6
BLAKE2b-256 9a6fe8efd0ce266615ef40544f75b912296a86a8f6db0c60a966aff386c110d5

See more details on using hashes here.

File details

Details for the file recon_agent-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: recon_agent-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Omarchy","version":"4.0.0","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for recon_agent-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5bf45df17b4d436d74f3bdd5af2121d55010eccb2c60c8c3423b1f3404d2b409
MD5 7200886ff2581605e9f1b4f5893fb48e
BLAKE2b-256 fddf05ff4ccf5f294a2eb4f9785f17dedcf97dfa8e2902c7956bb3439d819a0b

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.6

2 files

0.1.5

2 files

This release

0.1.3 This release

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page