FORBIDDEN
What it means. This credential cannot act on that project.
What to do. Use the account that owns the project, or ask the owner to invite you.
- HTTP status: 403
- Retryable after applying the fix: no
Every failure from the CLI or an MCP tool has this shape:
{
"ok": false,
"code": "FORBIDDEN",
"message": "This credential cannot act on that project.",
"fix": "Use the account that owns the project, or ask the owner to invite you.",
"file": "<where to edit, when known>",
"retryable": false,
"docs": "https://docs.uarpie.app/errors/FORBIDDEN"
}
Apply fix (edit file when it is given), then run the same command again.