Skip to main content
Pick the path that matches how you’re running Alforse.
Production Alforse Cloud does not have open self-service sign-up — new tenants are opened through an Alforse onboarding process or by redeeming a code, per Plans & Editions.
1

Get a redemption code

Request a redemption code from your Alforse contact. Codes are tied to a plan (free, team, business, enterprise, or self_hosted).
2

Redeem it

Go to deals.alforse.com/redeem and submit:
  • Your code
  • A tenant (organization) name and URL slug
  • Your name and email
  • A password (8+ characters)
This calls POST /api/v1/auth/redeem under the hood — see Authentication if you’re scripting this instead of using the UI.
3

Log in

Sign in at deals.alforse.com with your tenant slug, email, and password. If your plan requires admin MFA, you’ll be prompted to enroll a TOTP authenticator on first login.
4

Create your first contract

From the dashboard, open Contracts → New Contract to intake a contract manually, or upload a scanned PDF for OCR-assisted extraction (Team plan and above). See Contract Intake.

Next steps

Core Concepts

Understand tenants, plans, and roles before you configure anything.

API Reference

Call the API directly instead of using the Deals UI.