txt-fil.es / developers / quickstart
Developer quickstart
1. Verify the zero-auth sandbox
GET https://txt-fil.es/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
curl -s https://txt-fil.es/api/v1/files \
-H "Authorization: Bearer $TXT_API_KEY"