/api/v1/ai-skills
Returns OpenClaw-style skill blueprints with triggers, tool permissions, status, and endpoint mappings.
Open JSONDeveloper API
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
/api/v1/ai-skills
Returns OpenClaw-style skill blueprints with triggers, tool permissions, status, and endpoint mappings.
Open JSON/api/v1/registration-options
Returns supported entity types, start URLs, and the AI features the platform can support.
Open JSON/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 belowLive Demo
This is a first API shape: light, public, and focused on sending users into the right registration bucket.
Response
Ready{}
OpenClaw-style integration
Example skill call
skill: jri.entity-advisor
tool: POST /api/v1/registration-recommendation
permission: create_recommendation
output: recommended_entity, reason, redirect_url
Authenticated partners could create drafts, check document requirements, or receive status webhooks after approval.
Banks, coworking spaces, and startup programs could embed the advisor and send founders into a preselected flow.
Later versions can notify partner systems when registration is submitted, queried, approved, or ready for documents.