Environments
The API is available in a sandbox for building and testing, and in production for live traffic. Both share the same paths under the /public/v1 base — only the host differs.
| Environment | Base URL |
|---|---|
| Sandbox | https://api.development.platform.framme.com/public/v1 |
| Production | https://api.production.platform.framme.com/public/v1 |
Credentials are environment-specific — a sandbox
client_id won't work against production. Build and test against the sandbox, then swap the host and credentials for go-live.Get access
Credentials are issued by Framme. To set up a sandbox for testing, email tech@framme.com with your company and the shop you want to connect, and we'll provision a client_id and client_secret. Request production credentials from the same address when you're ready to go live.