Fast Track to Galactic Commerce
Get your commerce backend running in three steps using the Tybrite API or TypeScript SDK.Step 1: Obtain your API Keys
Before you can make any requests, you need to authorized your application.Tybrite Dashboard
Tybrite Dashboard
Login to the Galactic Core Dashboard and navigate to Integrations → Developer.You will find two types of keys:
- Publishable Key (
tybrite_pk_...): Used for frontend applications (Web/Mobile). - Secret Key (
tybrite_sk_...): Used for backend services and administrative tasks.
Security Best Practice
Security Best Practice
Never include your Secret Key in client-side code. Use Publishable Keys for search and product browsing, and Secret Keys for checkout and accounting from your server.
Step 2: Initialize the SDK or REST Client
Choose your preferred way to interact with Galactic Core.Step 3: Make your first request
Retrieve your product catalog to verify your connection.Step 4: Know your store
Most storefronts open with a single store info call — it returns everything you need to render the shell before any catalog request: branding, the currencies you support, which features are enabled, which payment methods to show, and a catalog snapshot. Read it once on load and reuse it.Response (trimmed — from the Galactic Test Store)
Next Steps
Explore the core pillars of the Tybrite ecosystem:Authentication Guide
Learn about session management and HMAC security.
Core Commerce
Master products, orders, and customer management.
Discovery
Implement AI-powered search and recommendations.
API Reference
Browse the full REST API documentation.
Pro Tip: Use the
fields parameter in your requests to optimize for mobile performance and reduce bandwidth.
