---
title: "Suggest strategy"
method: POST
path: "/v1/agents/suggest"
tags: ["Agent Chat & Monitoring"]
---

# Suggest strategy

`POST /v1/agents/suggest`

Get AI-generated trading strategy suggestions. Pass any market context, preferences, or constraints in the optional `context` object. Rate limited to 10 requests per hour.

## Request body

- StrategySuggestRequest
  - `context` object — Free-form JSON object. Pass in any market context, preferences, or constraints you want. Gets sent to the AI strategy engine alongside your account.

## Response `200`

Strategy suggestions

- SuggestStrategyResponse
  - `suggestions` StrategySuggestion[]
    - `name` string
    - `description` string
    - `goal` string
    - `instructions` string

## Other responses

- `401` — Invalid or revoked API key
- `429` — Rate limit exceeded (60 requests per minute)

---

[API](https://skmtc.net/gigabraingg/apis/gigabrain-api.md) · [All operations](https://skmtc.net/gigabraingg/apis/gigabrain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gigabraingg/gigabrain-api/revisions/bb4070b30d92/schema)
