$ guides
Integration guides.
End-to-end walkthroughs for the most common AuthForge integrations. Each guide assumes you have an account and an app already; if not, sign up at app.authforge.cc first. Looking for the full reference instead? The complete API, SDK, and feature documentation lives at docs.authforge.cc .
Developing with AI
Use AI coding agents to integrate AuthForge licensing into your project faster, with the canonical llms-full.txt prompt.
read guide →Feature Flags
Use app variables as a remote feature flag system; toggle features without pushing an update.
read guide →Tiered Licensing
Implement Basic, Pro, and Enterprise tiers using license variables for per-user feature gating.
read guide →HWID Override
Bind licenses to an external identity (Telegram/Discord user ID, account ID) instead of the default device fingerprint.
read guide →Telegram Bot
Implement Telegram user-based licensing with HWID override and the validate-license API.
read guide →Discord Bot
Implement Discord user-based licensing with HWID override and slash-command activation flows.
read guide →Custom Stripe Webhooks
Host your own Stripe webhook and call the Developer API when the managed Commerce pipeline is not enough.
read guide →Lemon Squeezy
Sell licenses through Lemon Squeezy with the managed Commerce pipeline.
read guide →Subscription Lifecycle
Manage the full lifecycle of subscription-based licenses: creation, renewal, cancellation, and edge cases.
read guide →Build Your Own Integration
Use the Developer API to build custom license management workflows from any backend.
read guide →Looking for something else?
These guides cover the integration patterns most teams reach for. For language-specific quickstarts and the full Developer API reference, head to docs.authforge.cc . The SDK index lists install commands and supported languages, and /features has product-level deep dives on hardware locking, signed validation, webhooks, and commerce.