Documentation Index
Fetch the complete documentation index at: https://docs.tensorpool.dev/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the TensorPool API
The TensorPool API provides programmatic access to TensorPool jobs and reousrcesBase URL
The tensorpool API lives atMaking Requests
All requests to the TensorPool API must be authenticated using a bearer token. Include your API token in the Authorization header:Async Operations
Mutating operations (cluster create/destroy, storage create/destroy/attach/detach, job cancel) are asynchronous. These endpoints return HTTP 202 Accepted with arequest_id that you can use to track progress.
Polling with Retry-After
PollGET /request/info/{request_id} to check the status of an async operation. The response includes a Retry-After header indicating how many seconds to wait before polling again.
Terminal States
Async operations reach one of two terminal states:COMPLETED— the operation succeededFAILED— the operation failed (check the response for details)
Example Flow
Rate Limits
API requests are subject to rate limiting to ensure fair usage.Getting Help
- Join our Slack community
- Email us at team@tensorpool.dev