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
Register
Fill in your institution details and create your admin account. You'll receive a unique Organization ID.
Add Users
Create accounts for teachers, accountants, and other staff from your admin dashboard.
Connect App
Users download the Paperclip app, enter their Org ID and credentials, and the app bootstraps automatically.
API for the Paperclip App
/api/bootstrap
App sends org_id + username + password; receives institution config and user data to seed the local database.
/api/register
Register a new institution programmatically with name, admin credentials, and optional details.
/api/users
Create a user for an institution (requires admin credentials in the request body).