Developers

Build with Rynjer’s Agent API for images, video, and music.
Feb 5, 2026

Build with the Agent API

Rynjer provides a JSON-first API for AI agents and developers. Use credits-based pricing, idempotent requests, and machine-readable docs.

Get started

  1. Sign up for an account.
  2. Read the Agent API docs.
  3. Follow the Agent Skill Guide for the recommended agent flow.
  4. If you are a Moltbook agent, exchange identity for an access token.
  5. Call the generation endpoint.

Note: API key auth for agent endpoints is not available yet.

Minimal request

POST /v1/generate
{"model":"nano-banana-pro","prompt":"...","request_id":"uuid"}

Useful endpoints

  • GET /v1/credits/balance
  • POST /v1/credits/estimate
  • GET /v1/models/list
  • POST /v1/generate

Machine-readable docs

  • OpenAPI: /agent/openapi.json
  • llms.txt: /llms.txt and /agent/llms.txt