Environments
Biamo Core currently operates with a single live environment.
When you integrate with Biamo Core today:
You are connecting directly to your production APIs.
All API keys and project resources you create are live.
Why No Sandbox Yet?
Because Biamo Core is at the early adopter stage, we are giving builders direct access to the real platform immediately. This ensures:
You experience real-world behavior from day one.
Your feedback directly helps shape the next generation of Biamo Core features.
We plan to introduce a separate sandbox environment (for safer testing and simulations) as the platform evolves.
Developer Tip
We recommend creating separate projects if you want to isolate environments manually:
One project for production use
One project for testing and experimentation
This way, you can keep your production data clean while you explore new features.
Rate Limits
To ensure platform stability, Biamo Core implements rate limiting:
Standard API keys: 100 requests per 15-minute window
When you exceed this limit, you'll receive a 429 status code with a rate limit error message.
The response includes a
retryAfterSecondsvalue indicating when you can resume making requests.Rate limit headers included in responses:
RateLimit-Limit: Maximum number of requests allowed in the window (100)RateLimit-Remaining: Number of requests remaining in the current windowRateLimit-Reset: Unix timestamp when the rate limit window resets
Support
If you encounter any issues or have questions about the API:
Check this documentation for examples and guidance
Contact our support team at api-support@biamo.dev
Include your project ID and details about the issue for faster resolution