Overview
Before your bots can access licensed content, you need to:- Create a Supertab Connect customer account
- Register each bot or agent as a System
- Generate authentication keys for your System
Creating Your Account
Sign Up
Go to customer-connect.supertab.co/signup and create your account.
Log In to the Dashboard
Log into the customer portal at customer-connect.supertab.co.From here you can create and manage Systems, generate authentication keys, and view usage.
Creating a System
A System represents a single bot, agent, or automated service that accesses licensed content.Create a New System
- Click Create System
- Enter a descriptive name (e.g., “Production RAG Agent”, “News Scraper”, “Content Indexer”)
- Click Create
Setting Up Authentication Keys
Your System needs cryptographic keys to authenticate with Supertab Connect.Only the ES256 algorithm (ECDSA with P-256 curve) is supported.
Option 1: Generate Key Pair (Recommended)
Supertab Connect generates both keys for you. You download and store the private key.Generate the Keys
- Click Add new key → Generate key pair
- A dialog appears with your
kid(Key ID) andprivateKey
Option 2: Upload Public Key
You generate the key pair yourself and upload only the public key to Supertab Connect.Generate a Key Pair Locally
Generate an ECDSA key pair using the ES256 algorithm (P-256 curve). Use your preferred tool or library.
Only ES256 is supported. Other algorithms will be rejected.
Upload the Public Key
- Click Add new key → Upload public key
- Paste your public key in PEM format
- Click Upload
kid (Key ID) for this key.Option 3: Provide JWKS URL
Host your own JSON Web Key Set (JWKS) endpoint. Supertab Connect fetches your public keys from this URL.Set Up Your JWKS Endpoint
Host a JWKS endpoint that returns your public keys in standard JWKS format:The endpoint must be publicly accessible over HTTPS.
Key Reference
| Value | Where to Find | Keep Secret? |
|---|---|---|
| Client ID | System Details page | No |
Key ID (kid) | System Details → Keys section | No |
| Private Key | Shown once at generation (Option 1) or your local file (Option 2/3) | Yes |
Next Steps
Now that you have a System and keys, you’re ready to access licensed content:Accessing Content
Generate license tokens and make authenticated requests