Get an API key
Every SDK call carries a project key. It comes from the console at app.prodantix.com, and the whole path from signup to key takes about a minute.
At a glance
- Console
app.prodantix.com- Key shapes
pdx_pub_live_…in production,pdx_pub_test_…while you build- Shown
- Once, at creation or rotation
- If lost
- Rotate it from the Projects screen
Create your account
Prodantix runs on your Bomdisoft account: one signup covers the console and every other Bomdisoft product. If you already have an account, just sign in.
Create a project
Your first sign-in lands on a short onboarding that asks for a project name and nothing else. Creating the project makes two environments, live and test, each with its own key. Every later project starts from the Projects screen and its create button.
Copy your keys
Both keys appear exactly once, right after creation, each with a copy button. The server stores only a hash, so no screen can ever show them again. Use the test key while you build and the live key in production.
Your project key is public: it names the project, it grants no access to its data, so it belongs in client code. A server key, which can write, never does.
Lost a key? Rotate it
On the Projects screen, the key icon on a project card mints a replacement for the environment you pick. The new key appears once, like the first one did, and you choose whether the old key stops working immediately or after a grace period.
Where to go next
With a key in hand, the quickstart wires it into an SDK in a few lines: Quickstart