Skip to main content
Version: 1.0.0

DataForge Agent API

Ontology Agent API

Query your ontology using natural language. The agent uses AI to understand your questions, execute relevant tools (SQL queries, graph traversal, analytics), and synthesize answers.

Authentication

All endpoints require an API key with appropriate scopes:

  • agent.read - List tools, view sessions, stats
  • agent.invoke - Execute queries, cancel sessions

Include the API key in the X-API-Key header.

Rate Limits

Rate limits are tier-based:

  • Free: 10 requests/minute
  • Pro: 50 requests/minute
  • Enterprise: 200 requests/minute

Check response headers for current limits:

  • X-RateLimit-Limit: Max requests per window
  • X-RateLimit-Remaining: Requests remaining
  • X-RateLimit-Reset: Unix timestamp when limit resets

Authentication

API key for external integrations. Get yours at Settings > API Keys.

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key

Contact

DataForge Support:

URL: https://docs.dataforge.io