txt.mn / developers / quickstart
Developer quickstart
1. Verify the zero-auth sandbox
GET https://txt.mn/api/sandbox returns a non-mutating example response without an account or credential.
2. Choose an integration surface
Use the OpenAPI schema, the official txt-cli npm package, the TypeScript SDK, or the MCP manifest.
3. Authorize private workspace access
Sign in and create a self-serve, expiring, least-privilege key on the API key dashboard, or let a compatible MCP client complete dots OAuth.
4. Make the first request
Use the scoped key as a bearer credential.
curl -s https://txt.mn/api/v1/files \ -H "Authorization: Bearer $TXT_API_KEY"