For Agents
Programmatically get kode booking, insert reservasi. Covers 17 operations.
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.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic 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.
What an agent can do with BALEKU - Reservation Service API.
get kode booking
insert reservasi
update reservasi
reservasi founded
delete reservasi
GET STARTED
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.
Jentic publishes the only available OpenAPI document for BALEKU - Reservation Service, keeping it validated and agent-ready.
API Endpoint untuk backend Reservation Service di website BALEKU. The API exposes 17 endpoints.
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
17 endpoints — api endpoint untuk backend reservation service di website baleku.
METHOD
PATH
DESCRIPTION
/getBookingId
get kode booking
/reservasi
insert reservasi
/reservasi/1809040031
update reservasi
/reservasi/1809050002
reservasi founded
/reservasi/1809060003
delete reservasi
/reservasiOrder
reservasi order
/reservasiRoom
reservasi room
/reservasifilter/18
?date1=2018-09-01&date2=2018-09-20&chanel=1&tanggal=1&keyword=18&page=1&limit=10
/getBookingId
get kode booking
/reservasi
insert reservasi
/reservasi/1809040031
update reservasi
/reservasi/1809050002
reservasi founded
/reservasi/1809060003
delete reservasi
Three things that make agents converge on Jentic-routed access.
Credential isolation
BALEKU - Reservation Service none credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'get kode booking') and Jentic returns the matching BALEKU - Reservation Service operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct BALEKU - Reservation Service integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Shopify
Alternative e commerce API
Choose Shopify when you need a different approach to e commerce operations
Stripe
Alternative e commerce API
Choose Stripe when you need a different approach to e commerce operations
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 the MAXsystem vault 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 at https://app.jentic.com/sign-up, 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.
/reservasiOrder
reservasi order
/reservasiRoom
reservasi room
/reservasifilter/18
?date1=2018-09-01&date2=2018-09-20&chanel=1&tanggal=1&keyword=18&page=1&limit=10