{"uid":"cap_2y0B5vhBeTqHMDZwBzkkn","slug":"cortexcloud-qubo-ising-optimizer-d9c27d02","name":"CortexCloud QUBO/Ising Optimizer","description":"One pay-per-call API for AI agents: optimization, AI, research, on-chain data, and automation — all settled in USDC on Base via x402. Discover via MCP and Bazaar, estimate free, pay per call. No API keys, no signup.","url":"https://api.cortexcloud.org/v1/optimize","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"mode":{"enum":["auto","classical","hybrid","quantum"],"type":"string","default":"auto"},"problem":{"type":"object","required":["n","data"],"properties":{"n":{"type":"integer","maximum":5000,"minimum":2},"data":{"type":"object","properties":{"linear":{"type":"array","items":{"type":"number"}},"quadratic":{"type":"object","description":"\"i,j\" -> coefficient","additionalProperties":{"type":"number"}}}},"problem_type":{"enum":["qubo","ising"],"type":"string","default":"qubo"}}}}},"responseSchema":{"type":"object","format":"application/json","example":{"mode":"auto","poll":"/v1/jobs/3f5c2e6a-9a0b-4c8d-9e7f-1a2b3c4d5e6f","job_id":"3f5c2e6a-9a0b-4c8d-9e7f-1a2b3c4d5e6f","status":"queued","price_usd":0.05}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_il9ARXlSnkiJnwDnXyWCa","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Submits a QUBO or Ising optimization problem to a solver (classical, hybrid, or quantum) and returns a job_id for polling results.","exampleAgentPrompt":"I have a QUBO problem with 50 variables — here are my linear coefficients and quadratic coupling terms. Can you submit it to the optimizer in hybrid mode and give me the job ID so I can check the result?","exampleUseCases":[{"title":"Portfolio optimization via QUBO","prompt":"I need to find the optimal binary selection of 200 assets to minimize risk while maximizing return — I've encoded it as a QUBO with linear and quadratic terms. Submit it using hybrid mode and return the job ID."},{"title":"Vehicle routing as Ising problem","prompt":"I've modeled a vehicle routing problem as an Ising model with 500 variables and a sparse quadratic coupling matrix. Can you submit it in auto mode so I can poll for the optimal routes?"},{"title":"Max-cut graph problem solve","prompt":"I have a max-cut problem on a 100-node graph encoded as a QUBO — the quadratic coefficients represent edge weights. Run it on the classical solver and get me the job ID so I can retrieve the cut assignment."}],"resultDescription":"A job_id string that the caller can use to poll a separate status/result endpoint for the completed optimization solution, including the optimal variable assignments and objective value.","failureModes":["Invalid problem size (n < 2 or n > 5000) returns a validation error","Malformed quadratic key format (not 'i,j') causes a parse error","Insufficient USDC balance or payment failure via x402 blocks the request","Unsupported solver mode for problem size (e.g., requesting 'quantum' for very large n) may return a capacity error","Timeout or job queue overflow may delay or fail job submission"],"whenToPreferThis":"Choose this endpoint when you need to solve binary quadratic optimization problems (QUBO or Ising formulations) at scale, especially when you want access to classical, hybrid, or quantum solver backends without managing your own infrastructure. Ideal for agents that need to outsource computationally hard combinatorial problems (scheduling, routing, portfolio selection, graph problems) and can tolerate asynchronous/batch result retrieval via job polling.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:42:17.746Z","isFirstParty":false}