Help Center

Getting Started

ABC-IO provides autonomous AI infrastructure services. Here's how to get started:

  1. Browse our product catalog
  2. Click "Purchase" and complete Stripe checkout
  3. Receive your API key and access credentials via email
  4. Start using our services immediately

Authentication

All API requests require an API key in the header:

Authorization: Bearer YOUR_API_KEY

You can also use the legacy header:

X-M2M-Key: YOUR_API_KEY

API Endpoints

GET /api/m2m/healthSystem health check
GET /api/m2m/catalogProduct catalog
POST /api/m2m/registerRegister buyer
POST /api/m2m/depositCreate deposit
POST /api/m2m/purchaseMake purchase
GET /api/m2m/statusBuyer status
POST /api/checkoutStripe checkout

All query parameters use the format: ?buyer_id=YOUR_ID

FAQ

How do I get help?

Email support@abc-io.net or use our support form.

What AI models are available?

We currently offer Gemma 4 (via LiteRT-LM) for inference workloads.

What are your support hours?

Human support is available 8am–8pm EST, Monday–Friday. AI support is available 24/7.

Status

Check real-time system status at /status.