Skip to content

Commit c768b01

Browse files
pengyingclaude
andauthored
docs: update sandbox access to self-serve via dashboard (#315)
Grid Sandbox is now self-serve. Replace references to contacting sales/support for sandbox credentials with directions to create an account and generate API keys at app.lightspark.com. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bbcff53 commit c768b01

11 files changed

Lines changed: 22 additions & 19 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
node-version: '24'
3434
cache: 'npm'
3535

36+
- name: Install libsecret
37+
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
38+
3639
- name: Install dependencies
3740
run: npm ci
3841

mintlify/global-p2p/getting-started/implementation-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ When you’re ready to go live:
7070
- Complete corridor and provider onboarding as needed for your regions
7171
- Confirm webhook security, monitoring, and alerting are in place
7272
- Review rate limits, error handling, retries, and idempotency keys
73-
- Run final UAT in Sandbox, then request Production access from our team
73+
- Run final UAT in Sandbox, then request Production access from your Lightspark contact
7474

7575
<Check>
76-
Contact our team to enable Production and finalize corridor activations.
76+
Contact your Lightspark representative to enable Production and finalize corridor activations.
7777
</Check>
7878

7979
## Support

mintlify/global-p2p/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this guide, the entities map as follows:
3232
**Flow**: Alice (customer) funds a transfer from her external account → to Carlos (also a customer) → who receives funds in his external bank account. Alternatively, Alice could send directly to Carlos's UMA address if he has one.
3333

3434
## Get API credentials
35-
Create a Sandbox API credentialsin the dashboard, then set environment variables for local use.
35+
Create Sandbox API credentials in the [dashboard](https://app.lightspark.com), then set environment variables for local use.
3636

3737
```bash
3838
export GRID_BASE_URL="https://api.lightspark.com/grid/2025-10-13"

mintlify/payouts-and-b2b/onboarding/implementation-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ When you’re ready to go live:
7070
- Complete corridor and provider onboarding as needed for your regions
7171
- Confirm webhook security, monitoring, and alerting are in place
7272
- Review rate limits, error handling, retries, and idempotency keys
73-
- Run final UAT in Sandbox, then request Production access from our team
73+
- Run final UAT in Sandbox, then request Production access from your Lightspark contact
7474

7575
<Check>
76-
Contact our team to enable Production and finalize corridor activations.
76+
Contact your Lightspark representative to enable Production and finalize corridor activations.
7777
</Check>
7878

mintlify/payouts-and-b2b/platform-tools/sandbox-testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Grid sandbox environment allows you to test your payouts integration without
2020

2121
To use the sandbox environment:
2222

23-
1. Contact Lightspark to get your inital sandbox credentials configured. Email [support@lightspark.com](mailto:support@lightspark.com) to get started.
23+
1. Go to [app.lightspark.com](https://app.lightspark.com), create an account, and generate your sandbox API keys from the dashboard.
2424
2. Add your sandbox API token and secret to your environment variables.
2525
3. Use the normal production base URL: `https://api.lightspark.com/grid/2025-10-13`
2626
4. Authenticate using your sandbox token with HTTP Basic Auth

mintlify/platform-overview/core-concepts/entities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Your **platform configuration** defines global settings for your Grid integratio
1818
- **UMA domain** (optional): Your domain for UMA addresses (e.g., `yourplatform.com`)
1919
- **Required counterparty fields** (UMA only): Information required from senders for compliance
2020

21-
Platform configuration is managed via the dashboard or by contacting Lightspark support.
21+
Platform configuration is managed via the [dashboard](https://app.lightspark.com).
2222

2323
## ID Format
2424

mintlify/platform-overview/introduction/faq.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ mode: "wide"
2121

2222
<Accordion title="How do I get started with Grid?">
2323
<Steps>
24-
<Step title="Contact Sales">
25-
Reach out to [sales@lightspark.com](mailto:sales@lightspark.com) to discuss your use case and get custom pricing.
24+
<Step title="Create an Account">
25+
Go to [app.lightspark.com](https://app.lightspark.com) to create your account and access the Grid dashboard.
2626
</Step>
27-
<Step title="Get Sandbox Credentials">
28-
You'll receive sandbox API credentials to start building and testing your integration.
27+
<Step title="Generate Sandbox API Keys">
28+
Generate your sandbox API keys from the dashboard and start building and testing your integration.
2929
</Step>
30-
30+
3131
<Step title="Go to Production">
32-
Once testing is complete, you'll receive production credentials to launch with real transactions.
32+
Once testing is complete, reach out to your Lightspark contact to receive production credentials and launch with real transactions.
3333
</Step>
3434
</Steps>
3535
</Accordion>

mintlify/ramps/onboarding/implementation-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ When you're ready to go live:
146146
- Confirm webhook security, monitoring, and alerting are configured
147147
- Review rate limits, error handling, and idempotency
148148
- Test conversion flows thoroughly in Sandbox
149-
- Run final UAT in Sandbox, then request Production access from our team
149+
- Run final UAT in Sandbox, then request Production access from your Lightspark contact
150150

151151
<Check>
152-
Contact our team to enable Production and begin processing real conversions.
152+
Contact your Lightspark representative to enable Production and begin processing real conversions.
153153
</Check>
154154

155155
## Support

mintlify/rewards/developer-guides/implementation-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ When you're ready to go live:
8787
- Ensure adequate funding in your production platform account
8888
- Confirm webhook security, monitoring, and alerting are in place
8989
- Review rate limits, error handling, and idempotency
90-
- Run final UAT in Sandbox, then request Production access from our team
90+
- Run final UAT in Sandbox, then request Production access from your Lightspark contact
9191

9292
<Check>
93-
Contact our team to enable Production and begin distributing Bitcoin rewards.
93+
Contact your Lightspark representative to enable Production and begin distributing Bitcoin rewards.
9494
</Check>

mintlify/rewards/platform-tools/sandbox-testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Grid sandbox environment allows you to test your rewards integration without
1515

1616
To use the sandbox environment:
1717

18-
1. Contact Lightspark to get your inital sandbox credentials configured. Email [support@lightspark.com](mailto:support@lightspark.com) to get started.
18+
1. Go to [app.lightspark.com](https://app.lightspark.com), create an account, and generate your sandbox API keys from the dashboard.
1919
2. Add your sandbox API token and secret to your environment variables.
2020
3. Use the normal production base URL: `https://api.lightspark.com/grid/2025-10-13`
2121
4. Authenticate using your sandbox token with HTTP Basic Auth

0 commit comments

Comments
 (0)