# OghmaNotes

OghmaNotes is a Canvas-connected study workspace for university students. It keeps supported course material, deadlines, cited answers, notes, flashcards, and planning connected, without rebuilding the course in separate tools.

Canvas access depends on the institution, account permissions, and available APIs; imports and indexing may take time. OghmaNotes is an independent closed-beta product, paid checkout is disabled, and it is not an official University of Galway or Canvas service.

## Register A New User As An Agent

Read [auth.md](https://oghmanotes.ie/auth.md), then—with the user's approval—start a claim:

```json
{ "type": "service_auth", "login_hint": "student@example.com" }
```

POST https://oghmanotes.ie/agent/identity with that JSON. Give the user `claim.verification_uri` and `claim.user_code`. They prove email ownership with Google/GitHub OAuth or email verification. Keep `claim_token` only to poll. Never request credentials or verification links. Claims expire in 15 minutes and grant no API access.

## Links

- [Agent guide](https://oghmanotes.ie/agents.md)
- [OpenAPI](https://oghmanotes.ie/openapi.json)
- [Register](https://oghmanotes.ie/register)
- [Pricing](https://oghmanotes.ie/pricing)
- [Contact](https://oghmanotes.ie/contact)
