Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the API documentation i’way transfer, 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.
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.iway.io%2Fapi-documentation-iway-transfer" | shStep 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.iway.io%2Fapi-documentation-iway-transfer" | 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 API documentation i’way transfer API.
User authorization in i`way transfer booking system
Method for checking whether coordinates are in polygons of places (available for
Getting the list of offers on "Transfer" service
Order creation
Receive travel list
GET STARTED
Patterns agents use API documentation i’way transfer API for, with concrete tasks.
★ Developer Tools Operations
Use the API documentation i’way transfer to perform developer tools operations programmatically. The API provides 16 endpoints covering core functionality including user authorization in i`way transfer booking system, method for checking whether coordinates are in polygons of places (available for, getting the list of offers on "transfer" service.
Call POST /v3/auth/login to user authorization in i`way transfer booking system
Automated user Management
Automate user operations by combining multiple API documentation i’way transfer endpoints. Agents can method for checking whether coordinates are in polygons of places (available for and then getting the list of offers on "transfer" service in a single workflow.
Call POST /v3/places/check-location-from-places to method for checking whether coordinates are in polygons of places (available for, then verify the result
AI Agent Integration via Jentic
AI agents discover and call API documentation i’way transfer 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 bearer tokens manually.
Search Jentic for 'user authorization in i`way transfer booking system', load the operation schema, and execute with Jentic-managed credentials
16 endpoints — api documentation to external integration.
METHOD
PATH
DESCRIPTION
/v3/auth/login
User authorization in i`way transfer booking system
/v3/places/check-location-from-places
Method for checking whether coordinates are in polygons of places (available for
/v3/prices
Getting the list of offers on "Transfer" service
/v3/prices/rent
Getting the list of offers for "Rent with driver" service
/v3/orders
Order creation
/v3/orders/approve/{transaction}
Order Confirmation
/v3/orders/trips
Receive travel list
/v3/orders/trips
Trip information update
/v3/auth/login
User authorization in i`way transfer booking system
/v3/places/check-location-from-places
Method for checking whether coordinates are in polygons of places (available for
/v3/prices
Getting the list of offers on "Transfer" service
/v3/prices/rent
Getting the list of offers for "Rent with driver" service
/v3/orders
Order creation
/v3/orders/approve/{transaction}
Order Confirmation
/v3/orders/trips
Receive travel list
/v3/orders/trips
Trip information update
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the i'way transfer API by hand means implementing its JWT bearer flow, logging in at /v3/auth/login to get a token, attaching it to the pricing and order requests, and handling refresh and retries yourself. Through Jentic you install once, import i'way transfer from the API Directory, store the credential once, and your agent calls it.
Permission scoping
i'way transfer puts the transaction id in the URL path for order approval (/v3/orders/approve/{transaction}), so a rule can pin the agent to approving one transaction. You choose the operations it may call, so pricing lookups and read-only trip listings can be allowed while order approval stays out of the set unless you add it.
Credential isolation
Your i'way transfer bearer token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'authorize a user in the i'way transfer booking system' or 'get transfer prices', and Jentic returns the matching i'way transfer operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Specific to using API documentation i’way transfer API through Jentic.
What authentication does the API documentation i’way transfer use?
The API documentation i’way transfer uses a Bearer token in the Authorization header. 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 user authorization in i`way transfer booking system with the API documentation i’way transfer?
Yes. Use the POST /v3/auth/login endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the API documentation i’way transfer?
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 user authorization in i`way transfer booking system through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'user authorization in i`way transfer booking system'. Jentic returns the matching API documentation i’way transfer operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the API documentation i’way transfer have?
The API documentation i’way transfer exposes 16 endpoints covering user, place, transport node operations.
Can I limit what my agent is allowed to do with the i'way transfer booking API?
Yes. Because Jentic One is self-hosted, your own rules decide which i'way transfer operations and credentials the agent can use, so you can allow read-only calls like getting transfer offers from GET /v3/prices, rental offers from GET /v3/prices/rent, and trip lists from GET /v3/orders/trips while keeping order creation and approval out of scope. Since the transaction id lives in the URL path for order approval at POST /v3/orders/approve/{transaction}, a rule can pin the agent to approving a single transaction. Order creation at POST /v3/orders stays unavailable unless you explicitly add it to the allowed set.
Know of an official OpenAPI document? Contribute it →
For Agents
Programmatically user authorization in i`way transfer booking system, method for checking whether coordinates are in polygons of places (available for. Covers 16 operations with bearer authentication.
Use for: I need to user authorization in i`way transfer booking system, I want to method for checking whether coordinates are in polygons of places (available for, Search for getting the list of offers on "transfer" service, Find all getting the list of offers for "rent with driver" service
Not supported: Does not handle payments, communications, or crm - use for developer tools only.
API documentation to external integration. The API exposes 16 endpoints secured with bearer authentication.