Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Data Enrichment / Cloudbet
Cloudbet logo

Cloudbet APIs for AI Agents

Data EnrichmentData TransformationJentic-Generated SpecsAPI keyAgent Ready

www.cloudbet.com·Developer portal → www.cloudbet.com

For Agents

APIs2 in catalogue
Endpoints22 indexed
AuthAPI key — 1 credential for all 2 APIs
ProvenanceJentic-generated specs

An agent can read live and pre-match sports odds, fixtures, competitions, and market lines from Cloudbet, and place single or multi-leg bets and check their settlement status, all through one JWT API key.

Cloudbet exposes both a read-only odds feed and a bet-placement surface over the same host and credential, so an agent can move from pricing sports events to executing wagers without switching integrations. Protobuf payloads and separate Trading and Affiliate keys let you tune between low-latency ingestion and cached distribution.

Use for: Reading real-time and pre-match sports odds, fixtures, competitions, and market lines from Cloudbet, and placing single or multi-leg sports bets with status lookups.

Not supported: casino games, payment processing, KYC verification, cross-bookmaker comparison

Credentials: Both APIs authenticate with the same JWT-format API key passed in the X-API-Key header, where a Trading key permits real-time reads and bet placement and an Affiliate key is limited to cached odds reads.

All 2 Cloudbet OpenAPI specs are Jentic-generated and indexed by Jentic, kept validated and agent-ready.

Cloudbet is a crypto-first sportsbook whose APIs expose real-time sports odds and programmatic bet placement across soccer, basketball, baseball, tennis, esports, and more. The Feed API delivers sports, competitions, events, fixtures, and market lines as JSON or binary protobuf, while the Sports Betting API adds Trading endpoints for placing single and multi-leg bets plus Account and Affiliate operations. Both APIs share the same host and a JWT-format API key, with separate Trading and Affiliate keys controlling latency and bet-placement rights. Jentic publishes and validates the OpenAPI specs so agents can call these endpoints with structured tooling.

Jentic One on Github

Cloudbet API Catalog

2 APIs across 1 product group. All share one credential.

Data Enrichment2

Cloudbet Sports Betting APIRead sports odds, place straight or multiple bets, and check bet status on Cloudbet using a JWT API key.~15 endpointsCloudbet Feed APIFetch real-time sports odds, fixtures, competitions, and market lines from Cloudbet across global sporting events using a JWT API key.~7 endpoints

Which Cloudbet API should I use?

I want to...UseWhy
Read odds, fixtures, and market lines only, with no ability to place betsCloudbet Feed APIThe Feed API is a read-only 7-endpoint surface under /v2/odds, ideal for aggregation, comparison, and pricing pipelines.
Place single or multi-leg bets, check bet status, or read account balancesCloudbet Sports Betting APIThe Sports Betting API adds Trading, Account, and Affiliate operations on top of the same odds feed across 15 endpoints.
One integration that covers both odds reads and bet placementCloudbet Sports Betting APIIt combines the Feed, Trading, Account, and Affiliate operations so a single import handles reading and wagering.

Install Jentic One Beta

Connect the Cloudbet APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Cloudbet APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fcloudbet.com" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fcloudbet.com" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Once connected, ask your agent something like: “read Cloudbet sports odds and place a bet”.

What AI Agents Can Do with Cloudbet

Each workflow spans multiple Cloudbet APIs. Jentic routes each operation to the right API automatically.

Price then place a bet

Read current market lines from the Feed API, evaluate them against a strategy, and submit a matching wager through the Sports Betting API. The odds reads and the bet writes point at the same host, so an agent can move from pricing to execution in one workflow.

Example prompt:

Fetch GET /v2/odds/events/{id} from the Feed API for the target event, then POST /v4/bets/place/straight on the Sports Betting API with the chosen side, price, and stake.

APIs used

Cloudbet Feed API + Cloudbet Sports Betting API

Odds distribution with selective betting

Republish cached Cloudbet odds on an affiliate or comparison site using the read-only Feed surface, while reserving bet placement for trusted flows through the Sports Betting API and its Trading key. Affiliate keys read the same odds without any placement rights.

Example prompt:

Serve GET /v2/odds/competitions/{key} from the Feed API to render a widget, and gate POST /v4/bets/place/straight on the Sports Betting API behind a Trading key.

APIs used

Cloudbet Feed API + Cloudbet Sports Betting API

In-play trading loop

Monitor live market movement through the Feed API and act on it with the Sports Betting API when a line meets a threshold. The Feed provides low-latency lines and the Sports Betting surface confirms acceptance and settlement.

Example prompt:

Poll GET /v2/odds/lines from the Feed API for a basketball event, and when a target price appears call POST /v4/bets/place/multiple on the Sports Betting API and confirm via GET /v4/bets.

APIs used

Cloudbet Feed API + Cloudbet Sports Betting API

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Cloudbet by hand means attaching your X-API-Key header on every call and pointing both the /v2/odds reads and the /v4/bets writes at the same host yourself. With Jentic you install Jentic One once, add the Feed and Sports Betting APIs from the Jentic directory, store the key once, and your agent calls either surface.

Permission scoping

Permission scoping

Cloudbet identifies sports, events, and bets through request parameters and bodies rather than a fixed resource id in the URL path, so you scope the agent by the operations you include in your own Jentic One rules. Bet-placing operations on /v4/bets are only in reach if you add them, so a read-only odds agent can be kept off the Trading endpoints.

Credential management

Credential isolation

Your Cloudbet X-API-Key is stored encrypted by your own Jentic One instance and injected only at execution time, so it never enters the agent's prompt, logs, or context. The same stored key covers both the Feed and Sports Betting operations.

Intent-based discovery

Intent-based discovery

Agents search the Jentic directory by intent, such as 'get live sports odds' or 'place a sports bet on Cloudbet', and Jentic returns the matching Feed or Sports Betting operation with its input schema so the agent calls the right endpoint without browsing the docs.

FAQs

Specific to using Cloudbet APIs through Jentic.

What can an agent do across Cloudbet's APIs?

An agent can read live and pre-match odds, fixtures, competitions, and market lines through the Feed API, and place single or multi-leg bets, look up bet settlement, and read account balances through the Sports Betting API. Both run over the same host and key, so a single integration can span pricing and wagering.

Do the Feed API and the Sports Betting API share one credential?

They use the same JWT-format API key in the X-API-Key header. A Trading key covers real-time reads and bet placement across both surfaces, while an Affiliate key is limited to cached odds reads and cannot place bets.

When should I use the Feed API versus the Sports Betting API?

Use the Feed API when you only need to read odds, fixtures, and lines and want no ability to place bets. Use the Sports Betting API when you need to submit straight or accumulator bets, check bet status, or read account data, since it includes the same odds reads plus Trading and Account operations.

Can I get low-latency odds data from Cloudbet?

Yes. The Feed API returns odds as JSON or binary protobuf, and protobuf reduces parse overhead for high-throughput ingestion into pricing or risk models. A Trading key delivers real-time updates while an Affiliate key serves responses cached up to one minute.

What sports are covered?

Cloudbet covers soccer, basketball, baseball, tennis, esports, and more. Calling GET /v2/odds/sports enumerates the full set, and each sport exposes competitions and market keys you can pass into subsequent odds or bet-placement calls.

Why does Jentic publish these Cloudbet specs?

Cloudbet does not publish a structured OpenAPI specification, so Jentic generates and maintains one for each API and validates it against the live service. That lets AI agents and developers call the odds feed and the betting endpoints through structured tooling.

If you need a different Data Enrichment vendor

All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.

The Odds APIAggregates odds across many bookmakers for cross-sportsbook price comparison rather than a single feed.
BetfairExchange-based sports betting API for reading prices and placing back or lay bets.
SportradarSports data and odds provider covering live scores, statistics, and market feeds across many sports.

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo