Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Evana360 API v2, 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.evana-ag%2Fevana360-api-v2" | 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.evana-ag%2Fevana360-api-v2" | 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 Evana360 API v2 API.
Delivers the user regarding the requested id.
Partially updates the user regarding the requested id.
A element will be created at a specified structure
Updating a elements values partially
Based on the access rights of the user, an attempt is made to delete an element
GET STARTED
Patterns agents use Evana360 API v2 API for, with concrete tasks.
★ Developer Tools Operations
Use the Evana360 API v2 to perform developer tools operations programmatically. The API provides 36 endpoints covering core functionality including delivers the user regarding the requested id., partially updates the user regarding the requested id., a element will be created at a specified structure.
Call GET /users/{id} to delivers the user regarding the requested id.
Automated Element Management Management
Automate element management operations by combining multiple Evana360 API v2 endpoints. Agents can partially updates the user regarding the requested id. and then a element will be created at a specified structure in a single workflow.
Call PATCH /users/{id} to partially updates the user regarding the requested id., then verify the result
AI Agent Integration via Jentic
AI agents discover and call Evana360 API v2 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 'delivers the user regarding the requested id.', load the operation schema, and execute with Jentic-managed credentials
36 endpoints — api to consume evana360's logic.
METHOD
PATH
DESCRIPTION
/users/{id}
Delivers the user regarding the requested id.
/users/{id}
Partially updates the user regarding the requested id.
/elements
A element will be created at a specified structure
/elements
Delivers all available elements which are available for the current user. to nar
/elements/{id}
Delivers the element which are available for the current user regarding the requ
/elements/{id}
Updating a elements values partially
/elements/{id}
Based on the access rights of the user, an attempt is made to delete an element
/documents
Delivers all available documents which are available for the current user. to na
/users/{id}
Delivers the user regarding the requested id.
/users/{id}
Partially updates the user regarding the requested id.
/elements
A element will be created at a specified structure
/elements
Delivers all available elements which are available for the current user. to nar
/elements/{id}
Delivers the element which are available for the current user regarding the requ
/elements/{id}
Updating a elements values partially
/elements/{id}
Based on the access rights of the user, an attempt is made to delete an element
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Evana360 API v2 by hand means passing its bearer token, choosing between the sandbox and production Evana gateway hosts, and handling responses yourself. Through Jentic you install once, import the Evana360 API v2 from the API Directory, store the bearer token once, and your agent calls it.
Permission scoping
The Evana360 API v2 puts the resource id in the URL path (/elements/{id}, /documents/{id}), so a rule can pin your agent to one element or document: it can read and patch that resource and nothing else. You choose the operations it may call, so element deletion is not included unless you add it.
Credential isolation
Your Evana360 API v2 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 'get a user by id' or 'create an element', and Jentic returns the matching Evana360 API v2 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 Evana360 API v2 API through Jentic.
What authentication does the Evana360 API v2 use?
The Evana360 API v2 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 delivers the user regarding the requested id. with the Evana360 API v2?
Yes. Use the GET /users/{id} endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Evana360 API v2?
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 delivers the user regarding the requested id. through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'delivers the user regarding the requested id.'. Jentic returns the matching Evana360 API v2 operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Evana360 API v2 have?
The Evana360 API v2 exposes 36 endpoints covering element management, document management, user management operations.
Can I limit what my agent is allowed to do with the Evana360 API v2?
Yes. Because Jentic One is self-hosted and you set its rules, you choose exactly which Evana360 API v2 operations your agent may call and which bearer credentials it may use. Since the API puts the resource id in the URL path, such as /elements/{id} and /documents/{id}, you can pin the agent to a single element or document and allow only reads and partial updates on it. Destructive operations like DELETE /elements/{id} stay out of scope unless you explicitly grant them.
Know of an official OpenAPI document? Contribute it →
For Agents
Programmatically delivers the user regarding the requested id., partially updates the user regarding the requested id.. Covers 36 operations with bearer authentication.
Use for: I need to delivers the user regarding the requested id., I want to partially updates the user regarding the requested id., Search for a element will be created at a specified structure, Find all delivers all available elements which are available for the current user. to nar
Not supported: Does not handle payments, communications, or crm - use for developer tools only.
API to consume Evana360's logic. The API exposes 36 endpoints secured with bearer authentication.
/documents
Delivers all available documents which are available for the current user. to na