{
  "x402Version": 2,
  "id": 14999,
  "slug": "14999",
  "resource": "https://api.mydev-tools.tech/agent/v1/habits/recommend",
  "description": "Next-best habit recommendations (USDC on Base).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9333e2b421A33428D71b7E03cc050C297d85BDA6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "habits": [
              {
                "average_mood": 7.4,
                "best_streak": 21,
                "completion_rate": 0.72,
                "current_streak": 9,
                "energy_trend": "rising",
                "name": "Morning run"
              }
            ],
            "horizon_days": 35
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "generated_for_habits": 1,
            "recommendations": [
              {
                "action": "Hold the current cadence and schedule the weekend sessions",
                "habit": "Morning run",
                "priority": 0.82,
                "rationale": "Streak is 9 of a 21 best; weekends are the only failure window."
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "description": "Caller-supplied habit summaries. Stateless: no identifier of any stored human user is accepted or resolved. Batch habits into one call — the price is per request, not per habit.",
                "properties": {
                  "habits": {
                    "items": {
                      "properties": {
                        "average_mood": {
                          "maximum": 10,
                          "minimum": 1,
                          "type": "number"
                        },
                        "best_streak": {
                          "minimum": 0,
                          "type": "integer"
                        },
                        "completion_rate": {
                          "maximum": 1,
                          "minimum": 0,
                          "type": "number"
                        },
                        "current_streak": {
                          "minimum": 0,
                          "type": "integer"
                        },
                        "energy_trend": {
                          "enum": [
                            "rising",
                            "stable",
                            "falling"
                          ],
                          "type": "string"
                        },
                        "mood_correlation": {
                          "maximum": 1,
                          "minimum": -1,
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "risk_score": {
                          "maximum": 1,
                          "minimum": 0,
                          "type": "number"
                        }
                      },
                      "required": [
                        "name",
                        "completion_rate",
                        "current_streak",
                        "best_streak"
                      ],
                      "type": "object"
                    },
                    "maxItems": 25,
                    "minItems": 1,
                    "type": "array"
                  },
                  "horizon_days": {
                    "default": 35,
                    "maximum": 180,
                    "minimum": 7,
                    "type": "integer"
                  },
                  "locale": {
                    "type": "string"
                  },
                  "persona": {
                    "type": "string"
                  }
                },
                "required": [
                  "habits"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.mydev-tools.tech",
  "lastUpdated": "2026-08-30T15:57:02.558Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T15:57:02.291Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.mydev-tools.tech",
    "manifest_name": "api.mydev-tools.tech",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}