EZRentOut website screenshot

EZRentOut

EZRentOut is cloud-based equipment rental management software from EZO (the company behind EZOfficeInventory) for rental businesses to manage orders, fixed and inventory assets, bundles, customers, members, locations, purchase orders, and maintenance. Its REST API is made available to paying customers for custom integrations - each request is authenticated with a per-company access token sent in a token header over HTTPS, endpoints are namespaced with a .api suffix, and calls are scoped to the customer's own {subdomain}.ezrentout.com tenant. The API covers orders (baskets), assets, inventory and stock assets, bundles, customers and businesses, members, locations, availability, payments and invoicing, purchase orders, and service/work-order maintenance.

EZRentOut publishes 11 APIs on the APIs.io network, including Assets API, Availability API, Bundles API, and 8 more. Tagged areas include Equipment Rental, Rental Management, Asset Tracking, Inventory, and Order Management.

EZRentOut’s developer surface includes authentication, documentation, engineering blog, and 8 more developer resources.

38.0/100 thin ▬ flat Agent 24/100 agent aware Full breakdown ↓
scored 2026-08-24 · rubric v0.13.0
AccessFreemiumSelf serveFree trial⚡ Free to try
11 APIs
Equipment RentalRental ManagementAsset TrackingInventoryOrder ManagementEZO

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-24 · rubric v0.13.0
Composite quality — 38.0/100 · thin
Contract Quality 12.3 / 25
Developer Ergonomics 4.8 / 20
Access Clarity 9.5 / 20
Operational Transparency 4.1 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 24/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 6 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ezrentout: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 11

Individual APIs this provider publishes, each with its own machine-readable definition.

EZRentOut Assets API

Serialized fixed (rentable) assets and GPS location tracking.

EZRentOut Availability API

Booked dates and per-location quantity for scheduling.

EZRentOut Bundles API

Reusable kits of assets and inventory rented together.

EZRentOut Customers API

Customers, businesses, and business contacts, with addresses.

EZRentOut Inventory API

Volatile assets (inventory) and asset stock, with per-location stock.

EZRentOut Locations API

Warehouses / branches that hold assets and inventory.

EZRentOut Maintenance API

Service records and work orders (tasks) to keep equipment serviceable.

EZRentOut Members API

Staff members (users) of the rental account.

EZRentOut Orders API

Rental orders, called baskets - draft, reserve, check out, and check in.

EZRentOut Payments API

Order payments, taxes, coupons, and damage charges (invoicing).

EZRentOut Purchase Orders API

Procurement - purchase orders and vendors.

Scroll for all 11

Open Collections 13

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

EZRentOut Assets API

OPEN COLLECTION

EZRentOut API

OPEN COLLECTION

Scroll for all 13

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Ezrentout Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ezrentout Authentication

apiKey · 1 scheme

SECURITY

Ezrentout Domain Security

TLSv1.3 · DMARC

SECURITY

Ezrentout Trust Center

SOC 2, ISO 27001, CSA STAR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Ezrentout Agentic Access

71 operations · 40 acting

71 operations · 40 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ezrentout
url: https://raw.githubusercontent.com/api-evangelist/ezrentout/refs/heads/main/apis.yml
name: EZRentOut
kind: company
description: EZRentOut is cloud-based equipment rental management software from EZO (the company behind EZOfficeInventory)
  for rental businesses to manage orders, fixed and inventory assets, bundles, customers, members, locations, purchase orders,
  and maintenance. Its REST API is made available to paying customers for custom integrations - each request is authenticated
  with a per-company access token sent in a token header over HTTPS, endpoints are namespaced with a .api suffix, and calls
  are scoped to the customer's own {subdomain}.ezrentout.com tenant. The API covers orders (baskets), assets, inventory and
  stock assets, bundles, customers and businesses, members, locations, availability, payments and invoicing, purchase orders,
  and service/work-order maintenance.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Freemium (free trial) · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/ezrentout.png
tags:
- Equipment Rental
- Rental Management
- Asset Tracking
- Inventory
- Order Management
- EZO
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.23'
apis:
- aid: ezrentout:ezrentout-assets-api
  name: EZRentOut Assets API
  description: Serialized fixed (rentable) assets and GPS location tracking.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Assets
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-assets-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-availability-api
  name: EZRentOut Availability API
  description: Booked dates and per-location quantity for scheduling.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Availability
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-availability-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-bundles-api
  name: EZRentOut Bundles API
  description: Reusable kits of assets and inventory rented together.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Bundles
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-bundles-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-customers-api
  name: EZRentOut Customers API
  description: Customers, businesses, and business contacts, with addresses.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-customers-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-inventory-api
  name: EZRentOut Inventory API
  description: Volatile assets (inventory) and asset stock, with per-location stock.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Inventory
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-inventory-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-locations-api
  name: EZRentOut Locations API
  description: Warehouses / branches that hold assets and inventory.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Locations
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-locations-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-maintenance-api
  name: EZRentOut Maintenance API
  description: Service records and work orders (tasks) to keep equipment serviceable.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Maintenance
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-maintenance-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-members-api
  name: EZRentOut Members API
  description: Staff members (users) of the rental account.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Members
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-members-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-orders-api
  name: EZRentOut Orders API
  description: Rental orders, called baskets - draft, reserve, check out, and check in.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Order
  tags_raw:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-orders-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-payments-api
  name: EZRentOut Payments API
  description: Order payments, taxes, coupons, and damage charges (invoicing).
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Payments
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-payments-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-purchase-orders-api
  name: EZRentOut Purchase Orders API
  description: Procurement - purchase orders and vendors.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Purchase Orders
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-purchase-orders-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
common:
- type: AgenticAccess
  url: agentic-access/ezrentout-agentic-access.yml
- type: TrustCenter
  url: security/ezrentout-trust-center.yml
- type: DomainSecurity
  url: security/ezrentout-domain-security.yml
- type: Authentication
  url: authentication/ezrentout-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/showcase/ezrentout/
- type: Website
  url: https://ezo.io/ezrentout/
- type: Documentation
  url: https://ezo.io/ezrentout/developers/
- type: Plans
  url: plans/ezrentout-plans-pricing.yml
- type: RateLimits
  url: rate-limits/ezrentout-rate-limits.yml
- type: FinOps
  url: finops/ezrentout-finops.yml
- url: https://ezo.io/ezrentout/blog/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/ezrentout"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/ezrentout/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/ezrentout/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.