Quickstart
Use the current Arn app surface.
Quickstart
This quickstart reflects the code in this repository. There is no arn CLI and there are no relationship setup commands yet.
Web app#
- Open the app in a browser.
- Create an account from
/signup. - Verify your email from
/verify-email. - Sign in from
/login. - Open
/accountto confirm the authenticated session.
API reference#
Open /rpc/docs on the API host to inspect the generated OpenAPI reference. The generated spec is available at /rpc/openapi.json.
Useful API checks#
curl /rpc/status/health
curl "/rpc/status/hello?name=Arn"
Authenticated user endpoints require a Better Auth session cookie from the web login flow.
Product-model docs#
The relationship operations docs describe the product Arn is being built toward. They should not be read as setup instructions until the corresponding schema, API, and UI exist.