|
1 | | -{ |
2 | | - "schema": "engraphis-commercial/v2", |
3 | | - "version": "1.5.0", |
4 | | - "control_plane": "https://api.engraphis.com", |
5 | | - "account_portal": "https://api.engraphis.com/account", |
6 | | - "billing": { |
7 | | - "authority": "stripe", |
8 | | - "new_subscriptions": "stripe", |
9 | | - "legacy_providers": [], |
10 | | - "checkout_mode": "authenticated_server_session", |
11 | | - "portal_url": "https://api.engraphis.com/account#billing", |
12 | | - "provider_price_ids_public": false |
13 | | - }, |
14 | | - "trial": { |
15 | | - "days": 3, |
16 | | - "card_required": false, |
17 | | - "plans": ["pro", "team"] |
18 | | - }, |
19 | | - "entitlement_lifecycle": { |
20 | | - "max_grace_hours": 24, |
21 | | - "grace_mode": "workspace_write_grace", |
22 | | - "enforced_by": "private_control_plane", |
23 | | - "grace_for": "already_authorized_hosted_accounts", |
24 | | - "grace_allows": ["authenticated_existing_user_hosted_account_continuity"], |
25 | | - "live_authorization_still_required_for": [ |
26 | | - "paid_or_cost_bearing_features", |
27 | | - "hosted_mcp_or_agent_writes" |
28 | | - ], |
29 | | - "grace_blocks_account_growth": true, |
30 | | - "trial_expiry_extended_by_grace": false, |
31 | | - "recovery": { |
32 | | - "mode": "recovery_read_only", |
33 | | - "enforced_by": "private_control_plane", |
34 | | - "allows": [ |
35 | | - "login", |
36 | | - "password_recovery", |
37 | | - "authenticated_reads", |
38 | | - "data_export", |
39 | | - "relicensing" |
40 | | - ], |
41 | | - "blocks_normal_mutations": true |
42 | | - } |
43 | | - }, |
44 | | - "plans": { |
45 | | - "free": { |
46 | | - "monthly_usd": 0, |
47 | | - "annual_usd": 0, |
48 | | - "billing_unit": "installation" |
49 | | - }, |
50 | | - "pro": { |
51 | | - "monthly_usd": 10, |
52 | | - "annual_usd": 100, |
53 | | - "billing_unit": "owner", |
54 | | - "products": { |
55 | | - "monthly": { |
56 | | - "provider": "stripe", |
57 | | - "checkout_url": "https://api.engraphis.com/account?plan=pro&interval=monthly#billing" |
58 | | - }, |
59 | | - "annual": { |
60 | | - "provider": "stripe", |
61 | | - "checkout_url": "https://api.engraphis.com/account?plan=pro&interval=annual#billing" |
62 | | - } |
63 | | - } |
64 | | - }, |
65 | | - "team": { |
66 | | - "monthly_usd": 20, |
67 | | - "annual_usd": 200, |
68 | | - "billing_unit": "seat", |
69 | | - "products": { |
70 | | - "monthly": { |
71 | | - "provider": "stripe", |
72 | | - "checkout_url": "https://api.engraphis.com/account?plan=team&interval=monthly#billing" |
73 | | - }, |
74 | | - "annual": { |
75 | | - "provider": "stripe", |
76 | | - "checkout_url": "https://api.engraphis.com/account?plan=team&interval=annual#billing" |
77 | | - } |
78 | | - } |
79 | | - } |
80 | | - }, |
81 | | - "features": { |
82 | | - "offline_free_core": true, |
83 | | - "public_paid_license_gate": false, |
84 | | - "public_vendor_authority": false, |
85 | | - "hosted_authorization": true, |
86 | | - "hosted_opt_in_cloud_sync": true, |
87 | | - "hosted_multi_user_roles": true, |
88 | | - "hosted_team_audit_export": true, |
89 | | - "hosted_scoped_agent_tokens": true, |
90 | | - "end_to_end_encrypted_sync": true, |
91 | | - "sso": false, |
92 | | - "contractual_sla": false |
93 | | - } |
94 | | -} |
| 1 | +{ |
| 2 | + "schema": "engraphis-commercial/v2", |
| 3 | + "version": "1.5", |
| 4 | + "control_plane": "https://api.engraphis.com", |
| 5 | + "account_portal": "https://api.engraphis.com/account", |
| 6 | + "billing": { |
| 7 | + "authority": "stripe", |
| 8 | + "new_subscriptions": "stripe", |
| 9 | + "legacy_providers": [], |
| 10 | + "checkout_mode": "authenticated_server_session", |
| 11 | + "portal_url": "https://api.engraphis.com/account#billing", |
| 12 | + "provider_price_ids_public": false |
| 13 | + }, |
| 14 | + "trial": { |
| 15 | + "days": 3, |
| 16 | + "card_required": false, |
| 17 | + "plans": ["pro", "team"] |
| 18 | + }, |
| 19 | + "entitlement_lifecycle": { |
| 20 | + "max_grace_hours": 24, |
| 21 | + "grace_mode": "workspace_write_grace", |
| 22 | + "enforced_by": "private_control_plane", |
| 23 | + "grace_for": "already_authorized_hosted_accounts", |
| 24 | + "grace_allows": ["authenticated_existing_user_hosted_account_continuity"], |
| 25 | + "live_authorization_still_required_for": [ |
| 26 | + "paid_or_cost_bearing_features", |
| 27 | + "hosted_mcp_or_agent_writes" |
| 28 | + ], |
| 29 | + "grace_blocks_account_growth": true, |
| 30 | + "trial_expiry_extended_by_grace": false, |
| 31 | + "recovery": { |
| 32 | + "mode": "recovery_read_only", |
| 33 | + "enforced_by": "private_control_plane", |
| 34 | + "allows": [ |
| 35 | + "login", |
| 36 | + "password_recovery", |
| 37 | + "authenticated_reads", |
| 38 | + "data_export", |
| 39 | + "relicensing" |
| 40 | + ], |
| 41 | + "blocks_normal_mutations": true |
| 42 | + } |
| 43 | + }, |
| 44 | + "plans": { |
| 45 | + "free": { |
| 46 | + "monthly_usd": 0, |
| 47 | + "annual_usd": 0, |
| 48 | + "billing_unit": "installation" |
| 49 | + }, |
| 50 | + "pro": { |
| 51 | + "monthly_usd": 10, |
| 52 | + "annual_usd": 100, |
| 53 | + "billing_unit": "owner", |
| 54 | + "products": { |
| 55 | + "monthly": { |
| 56 | + "provider": "stripe", |
| 57 | + "checkout_url": "https://api.engraphis.com/account?plan=pro&interval=monthly#billing" |
| 58 | + }, |
| 59 | + "annual": { |
| 60 | + "provider": "stripe", |
| 61 | + "checkout_url": "https://api.engraphis.com/account?plan=pro&interval=annual#billing" |
| 62 | + } |
| 63 | + } |
| 64 | + }, |
| 65 | + "team": { |
| 66 | + "monthly_usd": 20, |
| 67 | + "annual_usd": 200, |
| 68 | + "billing_unit": "seat", |
| 69 | + "products": { |
| 70 | + "monthly": { |
| 71 | + "provider": "stripe", |
| 72 | + "checkout_url": "https://api.engraphis.com/account?plan=team&interval=monthly#billing" |
| 73 | + }, |
| 74 | + "annual": { |
| 75 | + "provider": "stripe", |
| 76 | + "checkout_url": "https://api.engraphis.com/account?plan=team&interval=annual#billing" |
| 77 | + } |
| 78 | + } |
| 79 | + } |
| 80 | + }, |
| 81 | + "features": { |
| 82 | + "offline_free_core": true, |
| 83 | + "public_paid_license_gate": false, |
| 84 | + "public_vendor_authority": false, |
| 85 | + "hosted_authorization": true, |
| 86 | + "hosted_opt_in_cloud_sync": true, |
| 87 | + "hosted_multi_user_roles": true, |
| 88 | + "hosted_team_audit_export": true, |
| 89 | + "hosted_scoped_agent_tokens": true, |
| 90 | + "end_to_end_encrypted_sync": true, |
| 91 | + "sso": false, |
| 92 | + "contractual_sla": false |
| 93 | + } |
| 94 | +} |
0 commit comments