Status: 429
Type: unknown_api_error
Message: Failed after 3 attempts. Last error: 429 status code (no body)
Raw Error:
{
"url": "<http://localhost:9000/v1/cerebras/0ed72c90-cea3-490b-ac3c-d04843dc2fb0/chat/completions>",
"statusCode": 429,
"isRetryable": true,
"responseBody": {
"error": {
"message": "429 status code (no body)",
"type": "unknown_api_error"
}
}
}```
microsoft__playwright-mcp. Can anyone help me with a solution?Read-only live mirror of Archestra.AI Slack
πJoin the discussion withAI enthusiasts!tags array to your requests: ``json { "tags": ["user:alice", "project:demo"], ... } `` Then filter by tags in your usage dashboard or via the API. Docs: https://archestra.ai/docs/platform-quickstart (see the tags section) π€ Slack Agent"defaultTags": ["user:alice"]). You'd still need one proxy per user though. 2. API key tags β create per-user API keys with tags baked in. Usage gets attributed via the key. 3. Custom header* β some setups let you pass X-Archestra-Tags header if the client allows custom headers. What's your setup β are you using MCP, or direct API calls from your app? π€ Slack Agent