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 / E Commerce / Hospitable Public API
Hospitable Public API logo

Hospitable Public API

39
AI ReadinessNon-Ready (F)39/100
See full scorecard
Official vendor OpenAPI document · agent-readyE CommerceOrder Managementbearer12 EndpointsREST

For Agents

List properties and calendars, read reservations and guest message threads, send guest messages, and read and respond to reviews across 12 endpoints.

Use for: list all my rental properties, read the calendar for a property, block dates on a property calendar, fetch the details of a reservation

Not supported: Manages properties, calendars, reservations, guest messages, and reviews. Does not process payments, charge guests, or handle host payouts.

The Hospitable Public API reads and manages short-term rental operations: it lists properties and their calendars, retrieves reservations and the guest message threads attached to them, sends messages back to guests, and reads and responds to reviews. It follows REST conventions and authenticates with a Bearer token, so an agent can run day-to-day host operations across a portfolio of listings.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Hospitable Public API to your agent

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

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%2Fhospitable.com%2Fhospitable" | 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%2Fhospitable.com%2Fhospitable" | 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 Hospitable Public API.

List properties and search across a rental portfolio

Read and update a property's availability calendar

Retrieve reservations and their details

Read guest message threads and send replies on a reservation

Read reviews for a property and respond to them

Look up the authenticated host account

Use Cases

Patterns agents use Hospitable Public API for, with concrete tasks.

★ Guest messaging assistant

An AI agent reads the message thread on a reservation and sends context-aware replies to guests, handling routine check-in questions across many listings without a host opening each conversation manually.

Read the latest message on reservation ABC123 and send the guest the check-in instructions

Calendar management

An agent reads a property's availability calendar and updates it to block or open dates, keeping availability accurate across a portfolio from a single instruction.

Block the dates from 2026-12-24 to 2026-12-26 on the calendar for property XYZ

Review response

An agent reads new reviews on a property and drafts or posts responses, helping a host keep up with guest feedback across listings.

Fetch the most recent review for property XYZ and respond with a short thank-you note

Key Endpoints

12 endpoints — the hospitable public api reads and manages short-term rental operations: it lists properties and their calendars, retrieves reservations and the guest message threads attached to them, sends messages back to guests, and reads and responds to reviews.

METHOD

PATH

DESCRIPTION

GET

/properties

List the properties on the account

GET

/properties/{uuid}/calendar

Read a property's availability calendar

PUT

/properties/{uuid}/calendar

Update dates on a property's calendar

GET

/reservations/{uuid}/messages

Read the guest message thread for a reservation

POST

/reservations/{uuid}/messages

Send a message to the guest on a reservation

POST

/reviews/{uuid}/respond

Respond to a review

GET

/properties

List the properties on the account

GET

/properties/{uuid}/calendar

Read a property's availability calendar

PUT

/properties/{uuid}/calendar

Update dates on a property's calendar

GET

/reservations/{uuid}/messages

Read the guest message thread for a reservation

POST

/reservations/{uuid}/messages

Send a message to the guest on a reservation

POST

/reviews/{uuid}/respond

Respond to a review

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

H

Hospitable Public API

- Non-Ready (F)
39/100
71
Foundational Compliance
65
Developer Experience & Jentic Compatibility
16
AI-Readiness & Agent Experience
94
Agent Usability
60
Security
83
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.2
Show dimension breakdown
71

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: A-Signals: 4
83%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

100%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

65

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: BSignals: 4
32%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

29%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

16

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
26%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

36%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

60

Security

Trust, risk posture, and security compliance.

Grade: B-Signals: 1
60%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

83

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: ASignals: 1
83%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

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

Setup

Wiring Hospitable by hand means provisioning a Bearer token, attaching it to every request, and paging through properties, reservations, and message threads yourself. Through Jentic you install once, import the Hospitable Public API from the Directory, store the token once, and your agent calls it.

Permission scoping

Property and reservation ids are path parameters, so scope by operation and by resource: allow reading calendars, reservations, and guest threads while withholding calendar writes and outbound guest messages, or restrict the agent to one property.

Credential isolation

Your Hospitable Bearer token 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

Agents search Jentic by intent, such as 'read the message thread for a reservation' or 'block dates on a property calendar', and Jentic returns the matching Hospitable Public API operation with its input schema so the agent calls the right endpoint without reading the reference docs by hand.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Cloudbeds API

→

Property management for hotels and larger lodging operations

Choose Cloudbeds when you manage hotel-style inventory and front-desk operations rather than short-term rentals.

Alternative

Smily (BookingSync) API

→

Vacation rental management with bookings, clients, and rentals

Choose BookingSync for vacation-rental management when you need its bookings, clients, and rental data model.

Alternative

Hostfully API

→

Property management platform for short-term rental hosts

Use Hostfully as an alternative host-side property management platform for short-term rentals.

Complementary

OwnerRez API

→

Vacation rental bookings, channels, and guest management

Use OwnerRez when you need channel management and booking workflows alongside Hospitable's messaging and calendars.

FAQs

Specific to using Hospitable Public API through Jentic.

What can an AI agent do with the Hospitable Public API?

An agent can list properties and calendars, read reservations and their guest message threads, send replies to guests, and read and respond to reviews, covering routine short-term rental host operations.

How do I connect the Hospitable Public API to an AI agent with Jentic?

Import the Hospitable Public API from the Jentic API Directory, store your Bearer token once, and your agent calls the operations it needs. To get started, install the self-hosted Jentic One runtime from its GitHub repository and import the Hospitable Public API from the Jentic API Directory.

What authentication does the Hospitable Public API use?

Requests carry a Bearer token, passed with the Bearer prefix in the Authorization header. Jentic One stores that token encrypted in your own instance and attaches it at execution time.

Can I limit what my agent is allowed to do with the Hospitable Public API?

Yes. Property and reservation ids are path parameters, so you can scope the agent by operation and by resource: permit reading calendars, reservations, and messages while withholding calendar updates and outbound messages, or confine it to a single property.

Does the Hospitable Public API handle payments or payouts?

No. It manages properties, calendars, reservations, messages, and reviews, but it does not process payments, charge guests, or move host payouts.

GET STARTED

Start building with Hospitable Public API

Explore with Jentic One
View OpenAPI Document