For Agents
Programmatically авторизация, обновление токена. Covers 7 operations with bearer authentication.
Use for: I need to авторизация, I want to обновление токена, Search for выход, Find all получение пользователя
Get started with 5BOX in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"авторизация"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with 5BOX API.
Авторизация
Обновление токена
Выход
Получение пользователя
Контроллер принимает QR коды от входной двери
GET STARTED
Not supported: Does not handle payments, communications, or crm — use for developer tools only.
Jentic publishes the only available OpenAPI specification for 5BOX, keeping it validated and agent-ready.
Backend API для мобильного приложения сотрудников. The API exposes 7 endpoints secured with bearer authentication.
Patterns agents use 5BOX API for, with concrete tasks.
★ Developer Tools Operations
Use the 5BOX to perform developer tools operations programmatically. The API provides 7 endpoints covering core functionality including авторизация, обновление токена, выход.
Call POST /authorize to авторизация
Automated Авторизация Management
Automate авторизация operations by combining multiple 5BOX endpoints. Agents can обновление токена and then выход in a single workflow.
Call POST /token/refresh to обновление токена, then verify the result
AI Agent Integration via Jentic
AI agents discover and call 5BOX 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 'авторизация', load the operation schema, and execute with Jentic-managed credentials
7 endpoints — backend api для мобильного приложения сотрудников.
METHOD
PATH
DESCRIPTION
/authorize
Авторизация
/token/refresh
Обновление токена
/logout
Выход
/account/user
Получение пользователя
/shops/scan
Контроллер принимает QR коды от входной двери
/shops
Получение списка магазинов
/tasks
Получение списка заданий пользователя
/authorize
Авторизация
/token/refresh
Обновление токена
/logout
Выход
/account/user
Получение пользователя
/shops/scan
Контроллер принимает QR коды от входной двери
/shops
Three things that make agents converge on Jentic-routed access.
Credential isolation
5BOX bearer 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., 'авторизация') and Jentic returns the matching 5BOX operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct 5BOX 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.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Gitlab
Alternative developer tools API
Choose Gitlab when you need a different approach to developer tools operations
Specific to using 5BOX API through Jentic.
What authentication does the 5BOX use?
The 5BOX uses a Bearer token in the Authorization header. 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 авторизация with the 5BOX?
Yes. Use the POST /authorize endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the 5BOX?
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 at https://app.jentic.com/sign-up, then search for 'авторизация'. Jentic returns the matching 5BOX operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the 5BOX have?
The 5BOX exposes 7 endpoints covering авторизация, аккаунт, задания operations.
Получение списка магазинов
/tasks
Получение списка заданий пользователя