Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/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 Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / E Commerce / Swaggerhub Telkomdev Reva / BALEKU - Reservation Service
BALEKU - Reservation Service logo

Telkomdev Reva BALEKU - Reservation Service

Browse all Swaggerhub Telkomdev Reva APIs
Community OpenAPI document · agent-readyE CommerceStorefrontnone17 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Programmatically get kode booking, insert reservasi. Covers 17 operations.

Use for: I need to kode booking, I want to insert reservasi, Search for reservasi, Find all reservasi founded

Not supported: Does not handle payments, communications, or crm - use for e-commerce only.

API Endpoint untuk backend Reservation Service di website BALEKU. The API exposes 17 endpoints.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the BALEKU - Reservation Service to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the BALEKU - Reservation Service, 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%2Fswaggerhub.telkomdev-reva%2Fbaleku---reservation-service" | 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%2Fswaggerhub.telkomdev-reva%2Fbaleku---reservation-service" | 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.

Capabilities

What an agent can do with BALEKU - Reservation Service API.

get kode booking

insert reservasi

update reservasi

reservasi founded

delete reservasi

Use Cases

Patterns agents use BALEKU - Reservation Service API for, with concrete tasks.

★ E-Commerce Operations

Use the BALEKU - Reservation Service to perform e commerce operations programmatically. The API provides 17 endpoints covering core functionality including get kode booking, insert reservasi, update reservasi.

Call GET /getBookingId to get kode booking

Automated Avaibility Management

Automate avaibility operations by combining multiple BALEKU - Reservation Service endpoints. Agents can insert reservasi and then update reservasi in a single workflow.

Call POST /reservasi to insert reservasi, then verify the result

AI Agent Integration via Jentic

AI agents discover and call BALEKU - Reservation Service endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Search Jentic for 'get kode booking', load the operation schema, and execute with Jentic-managed credentials

Key Endpoints

17 endpoints — api endpoint untuk backend reservation service di website baleku.

METHOD

PATH

DESCRIPTION

GET

/getBookingId

get kode booking

POST

/reservasi

insert reservasi

PUT

/reservasi/1809040031

update reservasi

GET

/reservasi/1809050002

reservasi founded

DELETE

/reservasi/1809060003

delete reservasi

GET

/reservasiOrder

reservasi order

POST

/reservasiRoom

reservasi room

GET

/reservasifilter/18

?date1=2018-09-01&date2=2018-09-20&chanel=1&tanggal=1&keyword=18&page=1&limit=10

GET

/getBookingId

get kode booking

POST

/reservasi

insert reservasi

PUT

/reservasi/1809040031

update reservasi

GET

/reservasi/1809050002

reservasi founded

DELETE

/reservasi/1809060003

delete reservasi

GET

/reservasiOrder

reservasi order

POST

/reservasiRoom

reservasi room

GET

/reservasifilter/18

?date1=2018-09-01&date2=2018-09-20&chanel=1&tanggal=1&keyword=18&page=1&limit=10

Why Jentic?

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

Setup

Setup

Wiring the BALEKU Reservation Service by hand means standing up its base path, mapping the reservation endpoints, and handling calls and retries yourself. Through Jentic you install once, import BALEKU Reservation Service from the API Directory, and your agent calls it.

Permission scoping

Permission scoping

The BALEKU Reservation Service takes most of its targets in the request body, so scope the agent to the operations it needs, such as getting a booking id or creating a reservation. You choose which operations it may call, so anything you leave out stays unavailable to the agent.

Credential management

Credential isolation

This API is configured without a credential, so there is no secret for the agent to expose; if a credential is added later it is stored once, encrypted, by your own Jentic One instance and injected at execution time, never entering the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get a booking code' or 'create a reservation', and Jentic returns the matching BALEKU Reservation Service operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Shopify

→

Alternative e commerce API

Choose Shopify when you need a different approach to e commerce operations

Alternative

Stripe

Alternative e commerce API

Choose Stripe when you need a different approach to e commerce operations

FAQs

Specific to using BALEKU - Reservation Service API through Jentic.

What authentication does the BALEKU - Reservation Service use?

The BALEKU - Reservation Service uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

Can I get kode booking with the BALEKU - Reservation Service?

Yes. Use the GET /getBookingId endpoint. The API returns structured JSON responses that agents can parse and act on directly.

What are the rate limits for the BALEKU - Reservation Service?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

How do I get kode booking through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'get kode booking'. Jentic returns the matching BALEKU - Reservation Service operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

How many endpoints does the BALEKU - Reservation Service have?

The BALEKU - Reservation Service exposes 17 endpoints covering avaibility, file, getbookingid operations.

Can I limit what my agent is allowed to do with the BALEKU Reservation Service?

Yes. Because you run Jentic One yourself, you decide which BALEKU Reservation Service operations the agent may call, and anything you leave out stays unavailable to it. For example, you can allow it to get a booking id with GET /getBookingId while blocking POST /reservasi, or permit creating reservations without granting the ability to delete them. Since this API takes most of its targets in the request body, your rules govern exactly which endpoints and credentials the agent is permitted to use.

GET STARTED

Start building with BALEKU - Reservation Service API

Explore with Jentic One
View OpenAPI Document