Optim Solana · Schedule Validator
Validate scheduling solutions by checking makespan, constraints, and detecting violations.
What it does
Validate scheduling solutions by checking makespan, constraints, and detecting violations.
- Verify production schedule efficiency
- Validate cloud resource allocation plans
- Check logistics routing optimality
- Benchmark scheduling algorithm outputs
Ideal buyer
Operations research teams, supply chain optimizers, and resource allocation systems.
Run this through your governed agent wallet.
- 01Bootstrap AXON once with
npx @axon402/init. - 02Use the AXON runtime MCP tools to
search_x402_servicesorinspect_x402_offerfor this service. - 03Quote, test-buy, then run the governed paid fetch through AXON.
Send this
Prompt for your agent
A natural-language instruction for your LLM agent — with this endpoint exposed as a tool — to call this resource. Not sent to the endpoint; the endpoint consumes the JSON body below.
Pasting this prompt into a raw ChatGPT or unconfigured agent will notexecute the paid endpoint flow. Run it through an agent with the AXON runtime / MCP tools exposed (see “Use with AXON” above) so the 402 challenge, quote, and governed fetch are handled for you.
“Validate this schedule with 5 jobs across 3 machines and check for any constraint violations.”
Endpoint request body
The JSON payload your agent sends to the endpoint.
{
"jobs": [
{
"id": 1,
"duration": 3
},
{
"id": 2,
"duration": 2
}
],
"machines": [
{
"id": "A"
},
{
"id": "B"
}
],
"schedule": [
{
"job": 1,
"start": 0,
"machine": "A"
},
{
"job": 2,
"start": 0,
"machine": "B"
}
]
}Advanced HTTP details
For integrators who need the raw protocol surface. Most agents should use AXON above instead of calling these directly.
curl fallback
curl https://optim-solana-gateway-production.up.railway.app/solve/validate \ -H "Content-Type: application/json" \ -H "X-PAYMENT: [signed_payment_envelope]" \ -d '{"jobs":[{"id":1,"duration":3},{"id":2,"duration":2}],"machines":[{"id":"A"},{"id":"B"}],"schedule":[{"job":1,"start":0,"machine":"A"},{"job":2,"start":0,"machine":"B"}]}'
Payment & settlement details
Raw on-chain settlement parameters. AXON above handles these automatically through quote / test-buy / governed fetch.
Price & network
Trust & risk
More in Compute
Browse all →Other resources in this category
Category proxy — we don't track live co-purchase signals yet.