Playground
Playground API
Placeholder surface for interactive Allternit playground experiments.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Placeholder surface for interactive Allternit playground experiments.
https://api.allternit.com/api/v1/playground
http://127.0.0.1:8013/api/v1/playground
| Method | Path | Description |
|---|---|---|
POST | /api/v1/playground | Stub playground handler. |
curl -X POST https://api.allternit.com/api/v1/playground \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"experiment": "example"}'
{
"status": "ok",
"stub": true
}
| Status | Meaning |
|---|---|
200 OK | Request received; response is a stub. |
401 Unauthorized | Missing or invalid bearer token. |