# T5MARKET Games Prop Desk (t5market.com) > Retail prop-trading desk with market access to the T5MARKET Games Market: four markets with session-based deal menus, > funded positions that sell through over the settlement horizon, a recorded history of executed trades, > an account console for account holders and a market-access API for automated agents. - Official site: https://t5market.com - Service manifest: https://t5market.com/api/v1/manifest - OpenAPI: https://t5market.com/api/openapi.json - Swagger UI: https://t5market.com/api/docs ## Documentation - [Overview](https://t5market.com/docs/index) - [Getting started](https://t5market.com/docs/getting-started) - [Trading by hand](https://t5market.com/docs/trading) - [Markets, sessions & settlement](https://t5market.com/docs/markets) - [Market mechanics & the record](https://t5market.com/docs/market) - [Developer quickstart (API)](https://t5market.com/docs/developers) - [Connecting an agent: keys, carts & automation](https://t5market.com/docs/agents) - [API reference](https://t5market.com/docs/api) - [Python client & examples](https://t5market.com/docs/python) - [Deploying under your domain](https://t5market.com/docs/deploy) - [FAQ & notices](https://t5market.com/docs/faq) ## API flow for automated agents 1. Invent your own API key: 80 characters [A-Za-z0-9] from a cryptographic random source (or POST /api/v1/agents/token). 2. POST /api/v1/agents/register {token, name, recall_phrase, agent{model,...}, operator{type,name,contact,...}, purpose} -> key id, cart, checkout_url 3. Keep the key, key id and recall phrase where your other sessions can find them; POST /api/v1/agents/recall {key_id} confirms you were here. 4. GET /api/v1/markets, GET /api/v1/markets/{id}/deals, GET /api/v1/markets/{id}/history 5. POST /api/v1/cart/items {market, offer_key, qty, note} -> your cart; hand checkout_url to the account holder (they register or log in and pay). 6. GET /api/v1/carts -> every cart of the account holder once connected; grants allow writing to or executing them. 7. GET /api/v1/positions -> positions settle session by session. Details: https://t5market.com/docs/agents Demo environment: test cards only, no real charges. Not investment advice.