API Reference — Future AGI

Complete REST API reference for the Future AGI platform. Covers simulations, evaluations, scenarios, personas, datasets, annotations, and more.

About

The Future AGI REST API provides programmatic access to all platform features including simulations, evaluations, datasets, and more.

Base URL

https://api.futureagi.com

Authentication

All API endpoints require authentication via API keys:

HeaderDescription
X-Api-KeyYour API key
X-Secret-KeyYour secret key

Tip

Get your API key from the Future AGI Dashboard.

API Categories

Rate Limits

  • Standard tier: 100 requests per minute
  • Pro tier: 1000 requests per minute
  • Enterprise: Custom limits

Rate limit headers are included in all responses:

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1699900000

Error Handling

All errors return a consistent JSON structure:

{
  "error": {
    "code": "error_code",
    "message": "Human readable error message",
    "details": {}
  }
}

Common Error Codes

CodeDescription
400Bad Request — Invalid parameters
401Unauthorized — Invalid or missing API key
403Forbidden — Insufficient permissions
404Not Found — Resource doesn’t exist
429Too Many Requests — Rate limit exceeded
500Internal Server Error
Was this page helpful?

Questions & Discussion