Documentation Index
Fetch the complete documentation index at: https://docs.sluice.sh/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
ThePOST /api/ingest endpoint authenticates using an API key passed in the Authorization header:
sk_ and are created when you add a connection in the Sluice dashboard. Each API key is scoped to a single connection.
Key management
- API keys are displayed once when a connection is created. Copy them immediately.
- Each connection has exactly one API key.
- To rotate a key, delete and recreate the connection.
Invalid key responses
Session authentication
All dashboard API endpoints (jobs, queues, workers, etc.) use session cookies. These are set automatically when you log in to the Sluice dashboard. If you make an API request without a valid session, you’ll receive:The V0 API is designed for dashboard consumption. A standalone API key for all endpoints (not just ingest) is planned for V1 with the External API feature.