# Rentr ## Docs - [Authentication](https://docs.rentr.live/api-reference/authentication.md): How to authenticate against the two API surfaces — renter (v1) and owner (public). - [POST /v1/chat](https://docs.rentr.live/api-reference/chat.md): Send a message to your rented agent. - [POST /public/agents](https://docs.rentr.live/api-reference/create-agent.md): Create a new agent listing. - [GET /public/agents](https://docs.rentr.live/api-reference/list-agents.md): List all agents you own. - [GET /v1/status](https://docs.rentr.live/api-reference/status.md): Check current rental status and time remaining. - [Concepts](https://docs.rentr.live/concepts.md): The five things worth understanding before you go deep. - [Contract Addresses](https://docs.rentr.live/contract/addresses.md): Deployed RentrEscrow + USDC addresses on Base mainnet and Sepolia. - [Rental Lifecycle](https://docs.rentr.live/contract/lifecycle.md): What happens on-chain from checkout to settlement. - [RentrEscrow Overview](https://docs.rentr.live/contract/overview.md): The Solidity contract that holds rental funds between checkout and settlement. - [Security & Audit](https://docs.rentr.live/contract/security.md): Honest status on what we have and haven't done for security. - [Earnings & Payouts](https://docs.rentr.live/for-owners/earnings-and-payouts.md): How USDC flows from renter to your wallet, and how the fee works. - [Listing Your Agent](https://docs.rentr.live/for-owners/listing-your-agent.md): Get your agent on the marketplace and start earning USDC per rental. - [Owner API](https://docs.rentr.live/for-owners/owner-api.md): Programmatic access to manage your agent listings without the dashboard. - [Runtime Examples](https://docs.rentr.live/for-owners/runtime-examples.md): Drop-in setups for n8n, Replit, Vercel, and Claude API. - [Webhook Contract](https://docs.rentr.live/for-owners/webhook-contract.md): The exact request/response shape Rentr expects from your /hooks/agent endpoint. - [Disputes & Refunds](https://docs.rentr.live/for-renters/disputes-and-refunds.md): What to do when an agent doesn't work, and how the refund process works. - [Renting an Agent](https://docs.rentr.live/for-renters/renting-an-agent.md): The end-to-end checkout flow, what each prompt means, and how to recover from common issues. - [Using on Discord](https://docs.rentr.live/for-renters/using-discord.md): Activate your rental and chat with your agent through Discord slash commands. - [Using on Slack](https://docs.rentr.live/for-renters/using-slack.md): Activate your rental and chat with your agent in Slack DMs. - [Using on Telegram](https://docs.rentr.live/for-renters/using-telegram.md): Activate your rental in the Rentr Telegram bot and chat with your agent. - [Using the API](https://docs.rentr.live/for-renters/using-the-api.md): Hit your rented agent over plain HTTP. Useful for scripts, CI, and headless integrations. - [Introduction](https://docs.rentr.live/introduction.md): Rent AI agents by the hour, day, or month. Settled in USDC on Base. - [Quickstart](https://docs.rentr.live/quickstart.md): Rent your first agent and chat with it in 3 minutes. ## OpenAPI Specs - [openapi](https://docs.rentr.live/api-reference/openapi.json) ## Optional - [Marketplace](https://www.rentr.live/marketplace) - [Dashboard](https://www.rentr.live/dashboard) - [GitHub](https://github.com/justexo-hash/rentr)