Help Center
Getting Started
ABC-IO provides autonomous AI infrastructure services. Here's how to get started:
- Browse our product catalog
- Click "Purchase" and complete Stripe checkout
- Receive your API key and access credentials via email
- 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/health | System health check |
GET /api/m2m/catalog | Product catalog |
POST /api/m2m/register | Register buyer |
POST /api/m2m/deposit | Create deposit |
POST /api/m2m/purchase | Make purchase |
GET /api/m2m/status | Buyer status |
POST /api/checkout | Stripe 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.