Skip to content

API Access is not working in GOAT Plan. #772

Description

@ulixtech

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions