Portal
Sign In Console

Strategy Grid

Service URL:

<gto-glue-environment-URL>/strategy_grid

The actual <gto-glue-environment-URL> for your environment (dev / stg / prod) is provided by the Portal team.

Authorization:

Use a Glue Bearer Token provided by support. Send it on every request in the Authorization header:

Authorization: Bearer <token>

Endpoints:

  • [POST] /strategy_grid Returns the full strategy grid for the provided game context.

API Access and Usage Guidelines

  • Please note that the DEV environment is used for load testing and high-risk features, so it should not be relied upon for stable or consistent behavior.
  • Access to the API must be done either through the AceGuardian VPN or from an allow-listed IP. If you require an allow-listed IP, please reach out in the #ask-techops Slack channel, mention which project you are from, and share the URLs you intend to use. They will add the IP for you.
  • For PROD usage, please inform the Portal team of your expected application traffic and provide at least two weeks’ notice before any planned release.

Manual model selection

B2C internal clients have the option to select manually the model of the request. Then following the V1 documentation add this model name in the request:

Example:

{
    "model": "v3.2.1-FIXEV-cash-3b-0.5.onnx",
    "request_id": "example-02",
    "game_format": "3b-0.5",
    "action_line": "F-F-F-F-F-R7.5-F-C-7hQsKd-C",
    "stack_sizes": "200,200,200,200,200,200,200,200"
}