Continue · Schema

Continue Free Trial Status

Schema for the free-trial status response from GET /ide/free-trial-status. Tracks the per-user chat and autocomplete quotas for Continue's hosted free trial.

Artificial IntelligenceDeveloper ToolsCode AssistantOpen-SourceVS CodeJetBrainsCLIMCPApache 2.0

Properties

Name Type Description
optedInToFreeTrial boolean Whether the user has opted into the Continue-managed free trial.
chatCount numbernull Current number of chat messages used in the trial window.
autocompleteCount numbernull Current number of autocomplete requests used in the trial window.
chatLimit number Maximum number of chat messages allowed in the free trial.
autocompleteLimit number Maximum number of autocomplete requests allowed in the free trial.
View JSON Schema on GitHub

JSON Schema

continue-dev-free-trial-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/continue-dev/continue-dev-free-trial-status-schema.json",
  "title": "Continue Free Trial Status",
  "description": "Schema for the free-trial status response from GET /ide/free-trial-status. Tracks the per-user chat and autocomplete quotas for Continue's hosted free trial.",
  "type": "object",
  "required": ["optedInToFreeTrial", "chatLimit", "autocompleteLimit"],
  "properties": {
    "optedInToFreeTrial": {
      "type": "boolean",
      "description": "Whether the user has opted into the Continue-managed free trial."
    },
    "chatCount": {
      "type": ["number", "null"],
      "description": "Current number of chat messages used in the trial window."
    },
    "autocompleteCount": {
      "type": ["number", "null"],
      "description": "Current number of autocomplete requests used in the trial window."
    },
    "chatLimit": {
      "type": "number",
      "description": "Maximum number of chat messages allowed in the free trial."
    },
    "autocompleteLimit": {
      "type": "number",
      "description": "Maximum number of autocomplete requests allowed in the free trial."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/continue-dev-free-trial-status"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.