Getting started
First Time Set Up
This guide walks you through setting up your Fastino Personalization API workspace, generating API keys, and running your first end-to-end test using sandbox mode.
Step 1: Create a Developer Account
Visit the Fastino Developer Portal: https://fastino.ai
Click Sign Up and complete your registration.
Verify your email address by clicking the link sent to your inbox.
Once verified, you’ll be redirected to the Developer Dashboard.
Your dashboard includes:
API key management
Usage metrics
Logs and error monitoring
Team access control
Step 2: Generate an API Key
Each workspace begins with a test key.
You can later generate live keys for production integrations.
Example Keys
⚠️ Keep your keys secret.
Never commit them to source control or expose them in frontend code.
Step 3: Set Up Your Environment
Option 1 – Using curl
Make sure curl is installed (preinstalled on most systems).
Option 2 – Using Python
Install the requests library:
Option 3 – Using Node.js
Install axios:
Step 4: Authenticate a Request
Every request must include your bearer token in the header.
Example Request
Example Response
If you see a 401 Unauthorized error, check that your key is active and matches the correct environment.
Step 5: Register Your First User
Now let’s create your first user profile.
Response
The user is now stored in your workspace.
Step 6: Ingest a Test Event
Send a mock event (like an email or message) to validate ingestion.
Response
Step 7: Query the Profile
Confirm that the personalization system is active by asking a question.
Response
You’re now ready to start building your own adaptive, context-aware applications on top of Fastino.
Next, continue to the API Reference for detailed endpoint documentation.
Join our Discord Community