For Agents
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Hardware Sentry TrueSight Presentation Server REST 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.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 Hardware Sentry TrueSight Presentation Server REST API API.
Triggers a new collect on a specific device.
Sends a 'Reinitialize KM' command.
Removes a specific instance from the monitoring environment.
Resets the Error Count parameter.
GET STARTED
Programmatically triggers a new collect on a specific device., triggers a new discovery on a specific device.. Covers 23 operations with apiKey authentication.
Use for: I need to triggers a new collect on a specific device., I want to triggers a new discovery on a specific device., Search for sends a 'reinitialize km' command., Find all removes a specific instance from the monitoring environment.
Not supported: Does not handle payments, communications, or crm — use for iot and hardware only.
Jentic publishes the only available OpenAPI document for Hardware Sentry TrueSight Presentation Server REST API, keeping it validated and agent-ready.
Hardware Sentry TrueSight Presentation Server REST API. The API exposes 23 endpoints secured with apiKey authentication.
Gets summarized information about all monitored applications.
Patterns agents use Hardware Sentry TrueSight Presentation Server REST API API for, with concrete tasks.
★ IoT and Hardware Operations
Use the Hardware Sentry TrueSight Presentation Server REST API to perform iot operations programmatically. The API provides 23 endpoints covering core functionality including triggers a new collect on a specific device., triggers a new discovery on a specific device., sends a 'reinitialize km' command..
Call POST /hardware/actions/{deviceId}/collect-now to triggers a new collect on a specific device.
Automated Actions Management
Automate actions operations by combining multiple Hardware Sentry TrueSight Presentation Server REST API endpoints. Agents can triggers a new discovery on a specific device. and then sends a 'reinitialize km' command. in a single workflow.
Call POST /hardware/actions/{deviceId}/rediscover to triggers a new discovery on a specific device., then verify the result
AI Agent Integration via Jentic
AI agents discover and call Hardware Sentry TrueSight Presentation Server REST 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 apiKey tokens manually.
Search Jentic for 'triggers a new collect on a specific device.', load the operation schema, and execute with Jentic-managed credentials
23 endpoints — hardware sentry truesight presentation server rest api.
METHOD
PATH
DESCRIPTION
/hardware/actions/{deviceId}/collect-now
Triggers a new collect on a specific device.
/hardware/actions/{deviceId}/rediscover
Triggers a new discovery on a specific device.
/hardware/actions/{deviceId}/reinitialize
Sends a 'Reinitialize KM' command.
/hardware/actions/{deviceId}/remove
Removes a specific instance from the monitoring environment.
/hardware/actions/{deviceId}/reset-error-count
Resets the Error Count parameter.
/hardware/applications
Gets summarized information about all monitored applications.
/hardware/applications/{applicationId}
Gets detailed information for a specific application.
/hardware/device-monitors/{deviceId}
Gets the Monitors for a specific device.
/hardware/actions/{deviceId}/collect-now
Triggers a new collect on a specific device.
/hardware/actions/{deviceId}/rediscover
Triggers a new discovery on a specific device.
/hardware/actions/{deviceId}/reinitialize
Sends a 'Reinitialize KM' command.
/hardware/actions/{deviceId}/remove
Removes a specific instance from the monitoring environment.
/hardware/actions/{deviceId}/reset-error-count
Resets the Error Count parameter.
Three things that make agents converge on Jentic-routed access.
Credential isolation
Hardware Sentry TrueSight Presentation Server REST API apiKey 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., 'triggers a new collect on a specific device.') and Jentic returns the matching Hardware Sentry TrueSight Presentation Server REST API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Hardware Sentry TrueSight Presentation Server REST API 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.
Particle
Alternative iot API
Choose Particle when you need a different approach to iot operations
Stripe
Complementary API for broader integration workflows
Use alongside Hardware Sentry TrueSight Presentation Server REST API for multi-service workflows
Twilio
Complementary API for broader integration workflows
Use alongside Hardware Sentry TrueSight Presentation Server REST API for multi-service workflows
Specific to using Hardware Sentry TrueSight Presentation Server REST API API through Jentic.
What authentication does the Hardware Sentry TrueSight Presentation Server REST API use?
The Hardware Sentry TrueSight Presentation Server REST API uses an API key passed in the `Cookie` 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 triggers a new collect on a specific device. with the Hardware Sentry TrueSight Presentation Server REST API?
Yes. Use the POST /hardware/actions/{deviceId}/collect-now endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Hardware Sentry TrueSight Presentation Server REST 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 triggers a new collect on a specific device. through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'triggers a new collect on a specific device.'. Jentic returns the matching Hardware Sentry TrueSight Presentation Server REST API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Hardware Sentry TrueSight Presentation Server REST API have?
The Hardware Sentry TrueSight Presentation Server REST API exposes 23 endpoints covering actions, applications, devices operations.
/hardware/applications
Gets summarized information about all monitored applications.
/hardware/applications/{applicationId}
Gets detailed information for a specific application.
/hardware/device-monitors/{deviceId}
Gets the Monitors for a specific device.