# EquipmentShare — T3OS Developer Platform > EquipmentShare is a construction technology and equipment-solutions company (founded 2015, Columbia, Missouri) whose proprietary platform, T3, connects one of the largest mixed fleets in the US (349,000+ connected assets across 380+ locations). T3OS is the developer surface: a GraphQL ERP API (`es-erp-api`) with user-delegated OAuth2, workspace-installed API keys, and OIDC sign-in, backed by an Auth0 tenant. This llms.txt is generated by the API Evangelist enrichment pipeline from public developer material; the API itself is access-controlled (register an app via the T3OS dev portal). ## API - [T3OS ERP GraphQL API](https://api.equipmentshare.com/es-erp-api/graphql): Single GraphQL endpoint (POST). Auth via `Authorization: Bearer ` (user-delegated) or `X-API-Key` (workspace-installed). ## Auth - [T3OS reference apps (t3os-examples)](https://github.com/EquipmentShare/t3os-examples): MIT-licensed Next.js apps demonstrating all three auth flows end-to-end. - OAuth2 authorize: https://equipmentshare-erp.us.auth0.com/authorize (Authorization Code + PKCE) - OAuth2 token: https://equipmentshare-erp.us.auth0.com/oauth/token - OIDC discovery: https://equipmentshare-erp.us.auth0.com/.well-known/openid-configuration - JWKS (install-token verification): https://api.equipmentshare.com/es-erp-api/.well-known/jwks.json - Audience: https://api.equipmentshare.com/es-erp-api/delegated ## Docs & Portal - [T3OS dev portal (app.t3os.ai)](https://app.t3os.ai): app registration, scope consent, connected/installed apps, key rotation. - [T3 Integrations (Outbound Developer API)](https://www.t3.tech/solutions/integrations): structured fleet-data access (XML/JSON), AEMP telematics aggregation. - [T3 product](https://www.equipmentshare.com/t3) - [Release notes / changelog](https://updates.equipmentshare.com/) ([RSS](https://updates.equipmentshare.com/feed)) ## Repo artifacts - Authentication: authentication/equipmentshare-authentication.yml - OAuth scopes: scopes/equipmentshare-scopes.yml - Conventions: conventions/equipmentshare-conventions.yml - Conformance: conformance/equipmentshare-conformance.yml - Lifecycle: lifecycle/equipmentshare-lifecycle.yml - Changelog: changelog/equipmentshare-changelog.yml - Well-known index: well-known/equipmentshare-well-known.yml - Domain security: security/equipmentshare-domain-security.yml - Agent skills: skills/_index.yml ## Company - [EquipmentShare](https://equipmentshare.com/) - [GitHub organization](https://github.com/EquipmentShare) - [Terms of Use](https://www.equipmentshare.com/terms) - [Privacy Policy](https://www.equipmentshare.com/privacy-policy)