Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Sublime Security API, 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%2Fsublime.security%2Fsublime-security-api" | 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%2Fsublime.security%2Fsublime-security-api" | 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 Sublime Security API.
Upload binary for analysis
Retrieve binexplode scan results
Analyze links using ML functionality
List audit log events
GET STARTED
For Agents
Programmatically upload binary for analysis, retrieve binexplode scan results. Covers 43 operations with bearer authentication.
Use for: I need to upload binary for analysis, I want to binexplode scan results, Search for analyze links using ml functionality, Find all audit log events
Not supported: Does not handle payments, crm, or developer tools - use for communications only.
Email security platform API for message analysis, threat detection, and automated response actions. The API exposes 43 endpoints secured with bearer authentication.
Initiate hunt operation
Patterns agents use Sublime Security API for, with concrete tasks.
★ Communications Operations
Use the Sublime Security API to perform communications operations programmatically. The API provides 43 endpoints covering core functionality including upload binary for analysis, retrieve binexplode scan results, analyze links using ml functionality.
Call POST /scan to upload binary for analysis
Automated BinExplode Management
Automate binexplode operations by combining multiple Sublime Security API endpoints. Agents can retrieve binexplode scan results and then analyze links using ml functionality in a single workflow.
Call GET /scan/{id} to retrieve binexplode scan results, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Sublime Security 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 bearer tokens manually.
Search Jentic for 'upload binary for analysis', load the operation schema, and execute with Jentic-managed credentials
43 endpoints — email security platform api for message analysis, threat detection, and automated response actions.
METHOD
PATH
DESCRIPTION
/scan
Upload binary for analysis
/scan/{id}
Retrieve binexplode scan results
/link-analysis/evaluate
Analyze links using ML functionality
/events
List audit log events
/event-types
List event types
/events/{id}
Retrieve specific event
/hunts
Initiate hunt operation
/hunts/{id}
Retrieve hunt job status
/scan
Upload binary for analysis
/scan/{id}
Retrieve binexplode scan results
/link-analysis/evaluate
Analyze links using ML functionality
/events
List audit log events
/event-types
List event types
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Sublime Security API by hand means handling its bearer JWT auth and picking the right regional host among the US, Canada, UK, EU, and Australia endpoints yourself. Through Jentic you install once, import the Sublime Security API from the API Directory, store the token once, and your agent calls it.
Permission scoping
Sublime Security puts the resource id in the URL path (/scan/{id}, /hunts/{id}), so a rule can pin your agent to one scan or hunt: it reads that record and nothing else. You choose the operations it may call, so starting a new scan or creating a hunt is not included unless you add it.
Credential isolation
Your Sublime Security 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 'scan a message' or 'evaluate a link', and Jentic returns the matching Sublime Security 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.
Specific to using Sublime Security API through Jentic.
What authentication does the Sublime Security API use?
The Sublime Security API 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 upload binary for analysis with the Sublime Security API?
Yes. Use the POST /scan endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Sublime Security 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 upload binary for analysis through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'upload binary for analysis'. Jentic returns the matching Sublime Security API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Sublime Security API have?
The Sublime Security API exposes 43 endpoints covering binexplode, enrichment, audit log operations.
/events/{id}
Retrieve specific event
/hunts
Initiate hunt operation
/hunts/{id}
Retrieve hunt job status