canonical: https://jentic.com/apis/swaggerhub.kozlovagn/api

# Kozlovagn API кинотеата Искорка

API кинотеата Искорка. The API exposes 4 endpoints.

## For AI agents

Programmatically узнать наличие мест на сеанс, забронировать место. Covers 4 operations.

## Scope

Does not handle payments, communications, or crm - use for developer tools only.

## Capabilities

- Узнать наличие мест на сеанс
- Забронировать место
- Отменить бронь
- Изменить время сеанса
- Monitor API кинотеата Искорка operational status and events

## Use cases

### Developer Tools Operations

Use the API кинотеата Искорка to perform developer tools operations programmatically. The API provides 4 endpoints covering core functionality including узнать наличие мест на сеанс, забронировать место, отменить бронь.

Example prompt: Call GET /seats to узнать наличие мест на сеанс

### Automated Booking Management

Automate booking operations by combining multiple API кинотеата Искорка endpoints. Agents can забронировать место and then отменить бронь in a single workflow.

Example prompt: Call POST /booking to забронировать место, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call API кинотеата Искорка 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.

Example prompt: Search Jentic for 'узнать наличие мест на сеанс', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | /seats | Узнать наличие мест на сеанс |
| POST | /booking | Забронировать место |
| DELETE | /booking | Отменить бронь |
| PUT | /session | Изменить время сеанса |

## Key resources

- **Booking** — Operations for booking
- **Seats** — Operations for seats
- **Session** — Operations for session

## Why Jentic

- **Setup:** Wiring this cinema booking API by hand means pointing your client at the SwaggerHub-hosted host and shaping its seat, booking, and session requests yourself. Through Jentic you install once, import the API from the API Directory, and your agent calls it without you hand-building each request.
- **Permission scoping:** This API carries its seat and booking data in the request body rather than the URL path, so limit the agent to the operations it needs, such as checking seats or creating a booking. You choose the operations it may call, so cancelling a booking is not included unless you add it.
- **Credential handling:** Any credentials for this API are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'check seat availability for a session' or 'book a seat', and Jentic returns the matching operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Github** — Alternative developer tools API
- **Gitlab** — Alternative developer tools API

## FAQ

### What authentication does the API кинотеата Искорка use?

The API кинотеата Искорка 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 узнать наличие мест на сеанс with the API кинотеата Искорка?

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

### What are the rate limits for the API кинотеата Искорка?

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 узнать наличие мест на сеанс through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'узнать наличие мест на сеанс'. Jentic returns the matching API кинотеата Искорка operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the API кинотеата Искорка have?

The API кинотеата Искорка exposes 4 endpoints covering booking, seats, session operations.

### Can I limit what my agent is allowed to do with the Cinema Iskorka API?

Yes. Because Jentic One is self-hosted, your own rules decide which of this API's operations the agent may call, so you can allow it to check seat availability with GET /seats and create a booking with POST /booking while withholding the ability to cancel a booking with DELETE /booking or reschedule a session with PUT /session. Since seat and booking data travels in the request body rather than the URL, you grant access at the operation level, and any operation you do not add stays off limits to the agent. Credentials are supplied by your instance at execution time, so the agent only ever exercises the exact calls you have permitted.
