# Rentberry > Rentberry, Inc. is an international long-term home rental marketplace founded in 2015 and headquartered in San Francisco, California. It runs the whole rental lifecycle in one closed loop for tenants and landlords: listing and syndication, worldwide search, virtual tours and open houses, custom rent offers, applications with proof of income, US credit and background screening, e-signed contracts, Stripe-backed rent collection, messaging and maintenance. Rentberry operates a versioned REST API at api.rentberry.com whose Swagger UI at /docs publishes an OpenAPI 3.0.0 description of 188 paths / 220 operations across 44 tags. This file was generated by API Evangelist on 2026-08-02 from the Rentberry APIs.json profile and the artifacts harvested into https://github.com/api-evangelist/rentberry. Rentberry does not publish an llms.txt of its own (https://rentberry.com/llms.txt returned 404 on 2026-08-02). ## APIs - [Rentberry API](https://api.rentberry.com/docs): Versioned REST API behind the rental marketplace. Base URL https://api.rentberry.com/, every path templated /v{version}/... with an integer version parameter. Token authentication (`XAuthToken`), tokens issued by POST /v1/auth/token. - [Rentberry Geocoder (gRPC)](https://github.com/Rentberry/geocoder): First-party open-source gRPC geocoding and timezone-lookup service with published proto3 definitions and PHP bindings. ## Specs - [OpenAPI 3.0.0 (YAML)](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/openapi/rentberry-openapi.yml): Harvested verbatim from the Swagger UI at https://api.rentberry.com/docs. - [OpenAPI 3.0.0 (original JSON)](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/openapi/_original/rentberry-openapi.json) - [geocoder.proto](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/grpc/rentberry-geocoder.proto): GeocodeService.Geocode and TimezoneService.Lookup. - [OpenAPI Overlay](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/overlays/rentberry-openapi-overlay.yaml): API Evangelist enhancements plus the seven spec defects found in the original. ## Capabilities Applications (17 ops), Listings (29), Auth (13), Search (13), Rental (12), Contracts (11), User (11), Screening (8), OAuth social login (6), Messages (6), User Verification (6), Contract Templates (5), Devices (5), Listing Pictures (5), Features (5), Rentals and Rental Payments (6), Rental Subscription (4), Subscriptions (4), Landing Statistics (4), Location (3), Payments (3), Screening Reports (3), Mobile Search (3), plus Complaints, Providers, Saved Search, SEO Redirects/URLs, SMS, Translation, Newsletter, Leads, Virtual Tours, Breadcrumbs, Notifications, Registration, Integration Requests and Resources. ## Artifacts - [Authentication](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/authentication/rentberry-authentication.yml) - [Conventions](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/conventions/rentberry-conventions.yml) - [Error catalog](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/errors/rentberry-problem-types.yml) - [Lifecycle](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/lifecycle/rentberry-lifecycle.yml) - [Data model](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/data-model/rentberry-data-model.yml) - [Conformance](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/conformance/rentberry-conformance.yml) - [Domain security](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/security/rentberry-domain-security.yml) - [Sandbox / fixtures](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/sandbox/rentberry-sandbox.yml) - [Packages](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/packages/rentberry-packages.yml) - [Well-known probe](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/well-known/rentberry-well-known.yml) - [Agent skills](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/skills/_index.yml) - [Candidate MCP tools](https://raw.githubusercontent.com/api-evangelist/rentberry/refs/heads/main/mcp/rentberry-mcp.yml) ## Docs - [API reference (Swagger UI)](https://api.rentberry.com/docs) - [Help center](https://help.rentberry.com/en/) - [FAQ](https://help.rentberry.com/en/articles/2495023-frequently-asked-questions) - [Pricing](https://rentberry.com/pricing) - [Blog](https://rentberry.com/blog/) - [Terms of use](https://rentberry.com/terms) - [Privacy policy](https://rentberry.com/privacy) - [About](https://rentberry.com/about) - [GitHub organization](https://github.com/Rentberry) ## Known gaps (probed 2026-08-02) - No /.well-known/ documents on rentberry.com or api.rentberry.com (security.txt, openid-configuration, oauth-authorization-server, api-catalog, ai-plugin.json, agent-card.json, agent.json all 404). - No A2A agent card, no MCP server, no GraphQL endpoint. - No consumer webhooks or AsyncAPI — the webhook paths in the spec are inbound Stripe/Mailchimp/Mandrill receivers Rentberry runs for itself. - No client SDK for the API in any package registry. - No status page, no changelog, no deprecation policy, no SLA. - No vulnerability disclosure program, no trust center, no published certifications. - No idempotency contract on any write operation, including payments and payouts. - The OpenAPI declares no `servers[]` and no `components.securitySchemes`, although 122 operations reference a scheme named `XAuthToken`.