AuraOS Integration
Native platform wiring per the AuraOS prompt-share contract.
AuraOS: linkedLLM: local (heuristic)project: skillforge
| Capability | Endpoint | Auth |
|---|---|---|
| Register project | POST /api/ingest/register | Admin JWT |
| Issue App Key | POST /api/auraos/auth/app-keys/issue | Admin JWT |
| Heartbeat / status | POST /api/ingest/status | x-app-key |
| Event ingest | POST /api/ingest/event | x-app-key |
| User stats | POST /api/ingest/users | x-app-key |
| D1 KV put | PUT /api/sdk/db/kv/:key | x-app-key |
| D1 KV get | GET /api/sdk/db/kv/:key | x-app-key |
| Chat message | POST /api/chat/messages | x-app-key |
| Mail send | POST /api/sdk/mail/send | x-app-key |
| Stripe checkout | sdk.stripe.createCheckoutSession | x-app-key |