Developer Console
Unified model routing API
ConsolePlaygroundStructured generation tester

Generate Playground

Test OneAI tasks, standard chat completions, model routing, usage, and traces.

Request

Turn a goal into strategy, missions, actions, and reasoning.

cURL Preview

Same payload for external API callers.

curl -s https://oneai-saas-api-production.up.railway.app/v1/generate \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"type":"agent_plan","input":{"goal":"Create a simple launch plan for OneAI SaaS","brand":"OneAI SaaS","audience":"developers and AI builders","tone":"clear, practical, commercial"},"options":{"debug":true,"mode":"balanced","provider":"openai","model":"gpt-4.1-mini","maxCostUsd":0.03}}' | jq

Response

Ready to send a request.

Idle
Request ID
-
Attempts
-
Latency
-
Cost
-
Run a request to see structured output, usage, and llmTrace.