- Alforse Cloud (SaaS)
- Self-hosted / local development
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.
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).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)
POST /api/v1/auth/redeem under the hood — see
Authentication if you’re scripting this instead of
using the UI.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.
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.