Summary
I recently upgraded from the Go plan to the GOAT plan, and my payment went through successfully yesterday. However, my API calls are still failing with a permission error claiming that my Go plan doesn't include API access.
{
"type": "error",
"error": {
"type": "permission_error",
"message": "Your Go plan doesn't include API access. Upgrade to Provider or higher at https://commandcode.ai/billing to use these endpoints."
}
}
Can you please check and resolve this on your end?
User ID: @ulixtech
Invoice number: 6PJVBMEJ-0005
Expected Behavior
It should Worked
Actual Behavior
{
"type": "error",
"error": {
"type": "permission_error",
"message": "Your Go plan doesn't include API access. Upgrade to Provider or higher at https://commandcode.ai/billing to use these endpoints."
}
}
Steps to reproduce the issue
curl https://api.commandcode.ai/provider/v1/chat/completions
-H "Authorization: Bearer user_....."
-H "Content-Type: application/json"
-d '{
"model": "deepseek/deepseek-v4-flash",
"messages": [{"role": "user", "content": "Write a haiku about race conditions."}]
}'
Command Code Version
1.38.2
Operating System
Other
Terminal/IDE
VSCode
Shell
zsh
Session file (optional)
No response
Fix prompt (optional)
No response
Additional context
OS: macOS Tahoe 26.5.1
Summary
I recently upgraded from the Go plan to the GOAT plan, and my payment went through successfully yesterday. However, my API calls are still failing with a permission error claiming that my Go plan doesn't include API access.
Can you please check and resolve this on your end?
User ID: @ulixtech
Invoice number: 6PJVBMEJ-0005
Expected Behavior
It should Worked
Actual Behavior
{
"type": "error",
"error": {
"type": "permission_error",
"message": "Your Go plan doesn't include API access. Upgrade to Provider or higher at https://commandcode.ai/billing to use these endpoints."
}
}
Steps to reproduce the issue
curl https://api.commandcode.ai/provider/v1/chat/completions
-H "Authorization: Bearer user_....."
-H "Content-Type: application/json"
-d '{
"model": "deepseek/deepseek-v4-flash",
"messages": [{"role": "user", "content": "Write a haiku about race conditions."}]
}'
Command Code Version
1.38.2
Operating System
Other
Terminal/IDE
VSCode
Shell
zsh
Session file (optional)
No response
Fix prompt (optional)
No response
Additional context
OS: macOS Tahoe 26.5.1