Beta testing Free API keys are open for testing. Paid tiers are waitlisted while we harden billing, legal, and audit workflows.

Free Tier

A free slot API for developers who want to build before they commit

Cymba gives developers a free API key, full dashboard access, and a working slot game config from day one. Build, test, and validate your integration before you need a paid plan.

No credit card required

Sign up, get a test API key, and start calling the spin endpoint immediately. The free tier is not a time-limited trial.

Full toolchain included

The free tier includes the config editor, RTP calculator, PAR sheet exports, playground, and provably fair fields on every spin.

Real API, not a sandbox stub

Test API keys resolve spins against the same engine as production. The only difference is rate limits.

API example

Your first spin on the free tier

Request
POST /api/v1/spin
Authorization: Bearer cy_test_...

{
  "config": "starter-5-reel",
  "lines": 20
}
Response
{
  "result": {
    "round_id": "01JR1K7M...",
    "grid": [[4,2,1],[2,2,3],[1,2,5]],
    "summary": {
      "total_multiplier": 0,
      "breakdown": {}
    }
  },
  "provably_fair": {
    "server_seed_hash": "b5d2a9...",
    "nonce": 1
  }
}

What the free tier includes

Cymba's free tier is a full development environment, not a stripped-down preview.

When you create a free account you get a test API key, access to the dashboard, the config editor, the playground spin tester, RTP calculation, PAR sheet exports, and provably fair material on every spin response. You can build and test a complete integration before paying anything.

The free tier is rate-limited and intended for development rather than live player traffic. It does not expire after a trial period.

Why a free tier matters for slot API development

Building a slot game integration has a lot of moving parts: config design, API calls, result parsing, front-end rendering, feature event handling, and provably fair flows.

A free tier that gives you the full API surface means you can work through all of those pieces without billing pressure. By the time you need a production key, the integration is already built and tested.

The real API from day one

Cymba test API keys call the same spin engine as production keys. Spin results include real grid data, win evaluations, feature events, and provably fair fields. The response shape does not change when you switch to a live key.

That means your integration code does not need to change at production time. You swap the key prefix from cy_test_ to cy_live_ and point at production.

Getting started in under ten minutes

The fastest path:

  1. Create a free account and copy your test API key.
  2. Open the dashboard and clone a starter template config.
  3. Run a spin in the playground to see a live result.
  4. Call /api/v1/spin from your own app with the config ID.
  5. Parse the total_multiplier and apply it to your player's stake.

From there you can edit the config, recalculate RTP, export a PAR sheet, and test edge cases in the playground.

What the free tier does not include

The free tier is rate-limited and not suitable for production player traffic. For live deployments with real volume, a paid plan provides production API keys with higher limits and SLA coverage.

Cymba does not handle wallets, balances, player accounts, licensing, or compliance on any tier. Those are platform responsibilities.

Frequently Asked Questions

Is the free tier a time-limited trial?

No. The free tier is ongoing. Rate limits apply, but the tier does not expire after a fixed number of days.

What rate limits apply on the free tier?

Free tier keys are intended for development and testing. Production deployments with higher volume need a paid plan.

Can I export PAR sheets on the free tier?

Yes. Config editing, RTP calculation, PAR sheet exports, and provably fair fields are all available on the free tier.

How do I move to production?

Upgrade to a paid plan from the billing section of the dashboard. Production API keys use the same config IDs and integration as test keys.

Ready to test Cymba?

Start with a free API key, clone a template, and run your first provably fair spin.