# Kismet Developer Platform > Public, machine-readable index for the Kismet Developer API v0.7 beta, TypeScript SDK, and fixture contracts. - Status: access-controlled beta evaluation. - API base URL: supplied with an approved TEST or LIVE installation; do not guess or hard-code it. - OpenAPI: https://developers.kismet.travel/openapi.json - SDK: https://developers.kismet.travel/sdk.md - Security: browser-safe reads use explicitly authorized publishable credentials; guest auth and writes stay behind a same-origin BFF with restricted server credentials. - Pricing: calendar and display pricing are indicative, not quotes. - Booking: v0.7 exposes TEST booking requests only; LIVE checkout and payment operations are not public. ## Start here - [Kismet Developers](https://developers.kismet.travel/index.md): Developer platform overview and current access boundary. - [Developer API v0.7](https://developers.kismet.travel/api.md): Developer API v0.7 status, authorization, operation families, and release boundaries. - [TypeScript SDK beta](https://developers.kismet.travel/sdk.md): TypeScript SDK installation, entry points, and branded guest-account boundaries. - [Kismet Fixtures](https://developers.kismet.travel/fixtures.md): The real fixture registry and its versioned component-data contracts. - [Kismet Developer MCP](https://developers.kismet.travel/mcp.md): The Developer MCP: connect it, its four tools, recipes and their statuses, and its boundaries. - [SDK beta evaluation](https://developers.kismet.travel/guides/private-evaluation.md): Run a clean SDK beta evaluation with a coding agent. - [Platform status](https://developers.kismet.travel/guides/platform-status.md): Implemented, incomplete, and general-availability gates. ## Developer API v0.7 reference ### Published rentals - [Get a published vacation rental manager](https://developers.kismet.travel/api/reference/get-vacation-rental-manager.md) - [List published vacation rentals for a manager](https://developers.kismet.travel/api/reference/list-vacation-rentals.md) - [Get a published vacation rental](https://developers.kismet.travel/api/reference/get-vacation-rental.md) - [List published reviews for a vacation rental](https://developers.kismet.travel/api/reference/list-vacation-rental-reviews.md) - [List effective policies for a vacation rental](https://developers.kismet.travel/api/reference/list-vacation-rental-policies.md) ### Availability and pricing - [Summarize stay availability across a collection](https://developers.kismet.travel/api/reference/get-collection-availability.md) - [Get the synced nightly calendar for a vacation rental](https://developers.kismet.travel/api/reference/get-vacation-rental-calendar.md) ### Articles - [List published articles for a manager](https://developers.kismet.travel/api/reference/list-collection-articles.md) - [Get one published article](https://developers.kismet.travel/api/reference/get-collection-article.md) ### Fixtures - [List fixture manifests](https://developers.kismet.travel/api/reference/list-fixtures.md) - [Get one fixture manifest](https://developers.kismet.travel/api/reference/get-fixture.md) ### Sandbox booking - [Create a sandbox booking request for a vacation rental](https://developers.kismet.travel/api/reference/create-vacation-rental-booking-request.md) ### Guest authentication - [Start branded email-code guest authentication](https://developers.kismet.travel/api/reference/challenge-developer-guest-auth.md) - [Verify a branded guest authentication challenge](https://developers.kismet.travel/api/reference/verify-developer-guest-auth.md) - [Refresh a branded guest session](https://developers.kismet.travel/api/reference/refresh-developer-guest-session.md) - [Log out a branded guest session](https://developers.kismet.travel/api/reference/logout-developer-guest-session.md) ### Guest account and saves - [Read the signed-in guest account for this installation](https://developers.kismet.travel/api/reference/get-developer-guest-self.md) - [List the signed-in guest saved vacation rentals](https://developers.kismet.travel/api/reference/list-developer-guest-saves.md) - [Save a vacation rental for the signed-in guest](https://developers.kismet.travel/api/reference/save-developer-guest-vacation-rental.md) - [Remove a vacation rental from the signed-in guest saves](https://developers.kismet.travel/api/reference/unsave-developer-guest-vacation-rental.md) ## Agent and MCP boundary - Coding agents can consume this index, the linked Markdown twins, and OpenAPI today. - The Developer MCP recipe registry, server, and integration-validation tools are not yet published. - The Developer MCP is a build-time development surface, not an application runtime or guest-token proxy. - Do not infer an API, credential, fixture artifact, or LIVE commerce action that is absent from the linked beta contract.