SaaS Deployment
Using Islamic Open Finance™ as a fully managed service.
Overview
The SaaS deployment is the fastest way to get started:
- No infrastructure management
- Automatic updates and patches
- Built-in high availability
- SOC 2 and ISO 27001 certified
Getting Started
1. Create an Account
Sign up at islamicopenfinance.com:
bash
# Or use the CLI
npx @iof/cli signup2. Create a Workspace
typescript
const workspace = await iof.workspaces.create({
name: "My Bank",
type: "production",
jurisdiction: "MY",
});3. Enable Rails
typescript
await iof.workspaces.enableRails(workspace.id, [
"contracts",
"kyc",
"compliance",
]);4. Get API Keys
typescript
const apiKey = await iof.apiKeys.create({
workspaceId: workspace.id,
name: "Production Server",
});Environments
| Environment | URL | Purpose |
|---|---|---|
| Sandbox | sandbox.islamicopenfinance.com | Testing |
| Production | api.islamicopenfinance.com | Live |
Data Residency
Choose your data region:
| Region | Location | Compliance |
|---|---|---|
ap-southeast-1 | Singapore | MAS compliant |
me-south-1 | UAE | CBUAE compliant |
eu-west-1 | Ireland | GDPR compliant |
SLA
| Tier | Uptime | Support |
|---|---|---|
| Starter | 99.5% | |
| Growth | 99.9% | Priority |
| Enterprise | 99.99% | Dedicated |
Next Steps
- Self-Hosted - Run in your infrastructure
- API Reference - Start integrating