Getting Started
apriti connects to your Salesforce org via JWT authentication, extracts metadata, computes dependency graphs, and generates documentation — all automatically.
1. Connect Your Org
Configure JWT Bearer authentication with your Salesforce org. Read-only access with a Connected App — no user passwords needed.
2. Run a Scan
Trigger a scan via the API or the back office. apriti fetches metadata, builds dependency graphs, analyzes automation paths, and generates documentation.
Architecture
apriti follows a WorkItem-driven architecture. Every scan is broken into discrete, idempotent work items that execute in sequence:
INIT_SCAN
→ FETCH_METADATA
→ BUILD_DEPENDENCIES
→ ANALYZE_METADATA
→ BUILD_DOCUMENTATION
→ FINALIZE_SCANEach work item is idempotent, has retry semantics, and can be resumed safely after failures. The system is multi-tenant with strict data isolation per tenant.
Output Formats
Markdown
Structured markdown files per object, process, and business rule. Ideal for Git-based documentation.
HTML
Standalone HTML pages with navigation, cross-references, and search-friendly structure.
Frequently Asked Questions
Can't find what you're looking for? Reach out to contact@aprity.ai.