Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / IOT / Kindoo.Tech
Kindoo.Tech logo

Kindoo.Tech

Agent-ready OpenAPI document · curated by JenticIOTDevice ManagementapiKey129 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Provision sites, manage access rules and entry points, send invitations, and read entry-point logs across a Kindoo access-control deployment.

Use for: Authenticate against Kindoo and capture a SessionTokenID, Create a new site with the address and contact details, Add an access rule to a site for a specific entry point, List the currently active API sessions on my Kindoo account

Not supported: Does not handle billing, video surveillance, or building HVAC - use for Kindoo site provisioning, access rules, entry points, and session management only.

Jentic publishes the only available OpenAPI specification for Kindoo.Tech, keeping it validated and agent-ready. Kindoo is an access-control and smart-property platform whose API exposes sites (called environments), entry points, access rules, users, agents, licenses, and the session lifecycle that authorizes every request. The 129-endpoint surface covers creating sites, configuring access rules, customising invitation emails per language, retrieving entry-point logs, and managing the SessionTokenID issued by ApiLogin. Use it to wire access control into property management or guest workflow systems.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Kindoo.Tech to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Kindoo.Tech, 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.

1

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%2Fkindoo.tech%2Fkindoo" | sh
2

Step 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%2Fkindoo.tech%2Fkindoo" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic 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.

Capabilities

What an agent can do with Kindoo.Tech API.

Authenticate against Kindoo with ApiLogin and manage the resulting SessionTokenID

Create and edit sites (environments) with property metadata and contact details

Configure access rules and bind them to entry points

Customise invitation emails per language for both new and existing Kindoo users

Retrieve entry-point logs for a site, user, or rule

List and manage active API sessions, including killing one or all sessions

Search agents and assign them to a site during creation

Use Cases

Patterns agents use Kindoo.Tech API for, with concrete tasks.

★ Provision a new managed property

When a property manager onboards a new building, an integration can call POST /ApiLogin, then POST /KindooSaveEnvironmentNewWithoutType with the property details and the agent ID returned by KindooSearchAgents. The site is then ready for entry-point and rule configuration.

Authenticate with /ApiLogin, search for the right agent with /KindooSearchAgents, then POST /KindooSaveEnvironmentNewWithoutType with the property details.

Per-language invitation customisation

Operations teams can pull the available languages with POST /KindooGetAvailableLanguages and the keyword list with POST /KindooGetSiteInvitationEmailKeywords, then customise the invitation email for an existing or new Kindoo user. The same surface lets them remove a custom email and revert to Kindoo's default.

Call POST /KindooGetAvailableLanguages, then POST /KindooGetSiteInvitationVerifiedKindooUserEmailByLanguage for the chosen language and update the email body.

Entry-point log review

Security and operations teams can call POST /KindooGetSiteUserEntryPointLogs to retrieve the logs for an entry point, a specific user, or all access events on a site. Combined with POST /KindooGetEnvRuleWithEntryPoints the team can correlate access events with the rules that authorised them.

Call POST /KindooGetSiteUserEntryPointLogs with the site ID and date range and write the results to a daily security report.

Session hygiene

If an integration suspects a stale or compromised SessionTokenID, it can call POST /KindooGetAPISessions to inspect active sessions and POST /KillAllApiSessions or POST /KillMySession to invalidate them. This keeps the access-control plane locked down without rotating the underlying credentials.

List sessions via /KindooGetAPISessions and POST /KillAllApiSessions if more than one unexpected session is active.

Agent integration via Jentic

An access-control agent can use Jentic to discover the Kindoo login and site-creation operations, load their schemas, and execute them in sequence. The SessionTokenID is held in vault context, so the agent never sees the raw value once it has been issued.

Search Jentic for 'create a Kindoo site', load POST /ApiLogin and POST /KindooSaveEnvironmentNewWithoutType, and execute them in order.

Key Endpoints

129 endpoints — jentic publishes the only available openapi specification for kindoo.

METHOD

PATH

DESCRIPTION

POST

/ApiLogin

Authenticate and receive a SessionTokenID

POST

/KindooSaveEnvironmentNewWithoutType

Create a new site

POST

/KindooSaveEnvironment

Edit site details

POST

/KindooGetEnvironments

List or read environment objects

POST

/KindooGetSiteUserEntryPointLogs

Read entry-point logs

POST

/KindooGetEnvironmentRules

List access rules for a site

POST

/KillAllApiSessions

Invalidate all active sessions

POST

/KindooSearchAgents

Find an agent ID before creating a site

POST

/ApiLogin

Authenticate and receive a SessionTokenID

POST

/KindooSaveEnvironmentNewWithoutType

Create a new site

POST

/KindooSaveEnvironment

Edit site details

POST

/KindooGetEnvironments

List or read environment objects

POST

/KindooGetSiteUserEntryPointLogs

Read entry-point logs

POST

/KindooGetEnvironmentRules

List access rules for a site

POST

/KillAllApiSessions

Invalidate all active sessions

POST

/KindooSearchAgents

Find an agent ID before creating a site

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Kindoo.Tech by hand means logging in for a SessionTokenID, replaying it on every SOAP-style POST to the webservice.asmx host, and managing session teardown yourself. Through Jentic you install once, import Kindoo.Tech from the API Directory, store the credential once, and your agent calls it.

Permission scoping

Permission scoping

Kindoo.Tech drives everything through POST operations that carry the site and environment targets in the request body rather than as a URL path resource, so scope by operation: limit the agent to the operations it needs, such as reading environments or entry-point logs, and leave session-killing or rule changes out unless you add them.

Credential management

Credential isolation

Your Kindoo.Tech credential 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

Intent-based discovery

Agents search Jentic by intent such as 'list Kindoo site environments' or 'read entry-point access logs', and Jentic returns the matching Kindoo.Tech operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Genetec API

→

Genetec is a unified physical-security platform covering access control and video

Choose Genetec when the deployment also needs video surveillance and intrusion in the same plane

Complementary

1Password Events API

→

1Password Events streams credential access events alongside Kindoo physical access events

Pair with 1Password when correlating physical site access with secret access for compliance

Complementary

Salesforce API

→

Salesforce holds the customer record that owns a Kindoo-managed property

Use Salesforce when a new property in Kindoo should also create or update an account record

FAQs

Specific to using Kindoo.Tech API through Jentic.

Why is there no official OpenAPI spec for Kindoo.Tech?

Kindoo does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Kindoo.Tech via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Kindoo.Tech API use?

Authentication is two-step: call POST /ApiLogin to obtain a SessionTokenID, then send that value in the SessionTokenID header on every subsequent request. Jentic stores the login credentials in the vault and manages the session token internally.

Can I create a new site with the Kindoo.Tech API?

Yes. After ApiLogin, call POST /KindooSearchAgents to get the right agent ID, then POST /KindooSaveEnvironmentNewWithoutType with the property name, contact details, and description. Edit the site later with POST /KindooSaveEnvironment.

What are the rate limits for the Kindoo.Tech API?

The OpenAPI specification does not declare explicit rate limits across the 129 endpoints. Reuse a single SessionTokenID across calls rather than logging in for every request, and call POST /KindooGetAPISessions if you need to inspect concurrent session counts.

How do I read entry-point logs with the Kindoo.Tech API through Jentic?

Run pip install jentic, search Jentic for 'read Kindoo entry point logs', load the POST /KindooGetSiteUserEntryPointLogs operation, and execute it with the site ID and date range. Jentic handles the ApiLogin step and supplies the SessionTokenID header.

Can I limit what my agent is allowed to do with the Kindoo.Tech API?

Yes. Because Jentic One is self-hosted, you decide which of the 129 Kindoo operations your agent may call, and your own rules are enforced at execution time. Kindoo carries its site and environment targets in the request body rather than in the URL, so you scope by operation: grant read-only calls like POST /KindooGetEnvironments or POST /KindooGetSiteUserEntryPointLogs while withholding write and destructive ones such as POST /KindooSaveEnvironment, rule changes, or POST /KillAllApiSessions. The credential is held by your own instance and injected only for the operations you have allowed, so the agent can never reach beyond that set.

GET STARTED

Start building with Kindoo.Tech API

Explore with Jentic One
View OpenAPI Document