Developer API

A practical API layer for registration guidance.

Start with public endpoints that help partners, landing pages, and internal tools recommend a registration path before a user enters the full filing workflow.

POST /api/v1/registration-recommendation

Public beta
{
  "business_name": "Grace City Chapel",
  "purpose": "church",
  "expects_donations": true,
  "team_size": 4
}

Endpoints

Available now

GET /api/v1/ai-skills

Returns OpenClaw-style skill blueprints with triggers, tool permissions, status, and endpoint mappings.

Open JSON
GET /api/v1/registration-options

Returns supported entity types, start URLs, and the AI features the platform can support.

Open JSON
POST /api/v1/registration-recommendation

Accepts a few signals about the customer and returns a recommended entity, reason, confidence, next questions, and a prefilled start URL.

Try it below

Live Demo

Test the recommendation endpoint.

This is a first API shape: light, public, and focused on sending users into the right registration bucket.

Response

Ready
{}

OpenClaw-style integration

Skill-first, permissioned, and easy to self-host.

Example skill call

skill: jri.entity-advisor
tool: POST /api/v1/registration-recommendation
permission: create_recommendation
output: recommended_entity, reason, redirect_url

Future private endpoints

Authenticated partners could create drafts, check document requirements, or receive status webhooks after approval.

Partner embed

Banks, coworking spaces, and startup programs could embed the advisor and send founders into a preselected flow.

Webhook-ready design

Later versions can notify partner systems when registration is submitted, queried, approved, or ready for documents.