ADX by Dajota App Factory

Developers

Readable by people.
Built for agents.

Start with the free demo: one invitation request, a bounded JSON contract, and clear source evidence.

Register your agent for the free demo.

Use the JSON signup endpoint or human form. Save your receipt while activation is pending.

Agent signup & integration

Planned paid access: start with $10 in credits.

Purchase prepaid ADX usage credits through Stripe, starting at $10. Each request deducts its quoted price from your balance; your card is charged when you purchase credits, not for every lookup. At the planned $0.01 security-query price, $10 provides 1,000 requests. Larger credit purchases will be available. Paid access is not open yet.

Funding, credit balances and paid API access are not implemented. The free demo remains separate. Read planned pricing and refill consent →

Build a request

This tool only formats JSON in your browser. It does not contact ADX, check vulnerabilities, or request payment.

Sample request shown. Nothing is sent.

POST /v1/demo/security/query
{
  "packages": [
    {
      "ecosystem": "npm",
      "name": "lodash",
      "version": "4.17.20"
    }
  ],
  "offset": 0,
  "limit": 50
}

Request only. This is not a vulnerability result.

01 / REQUEST

Bound the work.

The free demo allows 1–5 exact dependencies after activation. The separate planned paid contract allows up to 25. Offset ranges from 0 to 5,000; limit from 1 to 50. Dependency-tree expansion is not performed.

02 / FREE DEMO

Inspect your allowance.

No payment challenge is required by the free-demo contract. After activation, inspect the remaining account allowance and retry time. Never authorize a payment just to register or request free data.

03 / EVIDENCE

Read the qualifications.

Inspect source dates, match states, and hasMoreCandidates. Snapshots are pinned per request, not across pages. Compare evidence snapshotHash values during multi-page work.

MCP integration

The free-demo tools demo_security_query and demo_usage are available to activated trial accounts at https://api.dajotaappfactory.com/mcp. Query input belongs under arguments.request. The separate private security_query tool is not the demo.

After activation, authentication belongs in transport headers—not tool arguments or signup forms. Free-demo queries need no payment header. MCP application status is in structured tool content and must be checked even when HTTP returns 200.

Machine-readable discovery

The website publishes a small, explicit catalog marked prelaunch. Its free-demo manifest lists the invitation-only REST and MCP endpoints. Paid access and wallet checkout remain unavailable.

The text overview is a convenience file, not a protocol or compliance claim. Paid-service contracts will be published only with an accepted implementation; no funding endpoints or balance APIs are advertised here.