API Reference

One API to 10x everything

A predictable, REST-based API. Authenticate with a bearer token and stream results over Server-Sent Events.

api.tenx.help
  • POST/v1/runsCreate an agent run from a task or error message.
  • GET/v1/runs/:idRetrieve the status and output of a run.
  • GET/v1/runsList runs with pagination and filters.
  • POST/v1/agentsPublish a custom agent to your workspace.
  • GET/v1/agentsList official and community agents.
  • POST/v1/keysCreate a scoped API key.

Example request

curl https://api.tenx.help/v1/runs \
  -H "Authorization: Bearer $TENX_API_KEY" \
  -d task="Fix my failing CI pipeline"