Paperclip Portal

Register your educational institution, set up your admin account, and connect the Paperclip app to manage students, teachers, exams, fees, and more.

How it works

1

Register

Fill in your institution details and create your admin account. You'll receive a unique Organization ID.

2

Add Users

Create accounts for teachers, accountants, and other staff from your admin dashboard.

3

Connect App

Users download the Paperclip app, enter their Org ID and credentials, and the app bootstraps automatically.

API for the Paperclip App

POST /api/bootstrap

App sends org_id + username + password; receives institution config and user data to seed the local database.

POST /api/register

Register a new institution programmatically with name, admin credentials, and optional details.

POST /api/users

Create a user for an institution (requires admin credentials in the request body).