Manage
Private Silo
Guide on how to manage a private silo
Introduction
This page is a guide on how to manage a private silo, how to use it in your project, and some basic use cases that you can do with it.
Use Case
- Retriving a simple JSON data through server side instead of client side
- Cache data
Default Endpoint
Region-Based Endpoints
Region | Code | Example | Free Plan | Paid Plan |
---|---|---|---|---|
Germany (Dusseldorf) | api | https://api.jsonsilo.com/ | ✅ | ✅ |
Singapore | sg-01-api | https://sg-01-api.jsonsilo.com/ | ❌ | ✅ |
United States (Central) | usc-01-api | https://usc-01-api.jsonsilo.com/ | ❌ | ✅ |
Basic usage
Access Key
Access Key is crucial for accessing a private silo.
To generate a new access key:
- From the sidebar menu, click
Keys
>Access Key
. - Click the
+ Add
button to generate a new key.
Create Access Key
Key names are optional. If you leave it empty, the default name will be set to Secret Key
.
Revoke Access Key
Please ensure there are no silos using the key. Otherwise, the silo will be unreachable and cause an error in the application or service using the key to make requests.
To revoke the access key, go to the Keys page, select the key to revoke in the Access Key section, and click the Revoke action.
When you click the Revoke
action, a confirmation message will appear, asking you to confirm the revocation of the selected key.
Request Limit
There is no request limit.