Credentials & Access
Reference for service accounts, API keys, and access credentials used across AGM systems.
caution
This page contains sensitive information. Ensure access is restricted to authorized personnel only.
Service Accounts
| Service | Account | Purpose |
|---|---|---|
| GLPI API | apitest (id=501) | API testing (Super-Admin) |
| Outline | API key ol_api_bnIA... | Outline API access |
| n8n | "Claude Code v5" key | n8n API automation |
Key Patterns
GLPI API Authentication
# Get session token
curl -X GET "https://glpi.agmegypt.com/apirest.php/initSession" \
-H "Authorization: user_token YOUR_TOKEN"
n8n API Authentication
curl -X GET "https://n8n.agmegypt.com/api/v1/workflows" \
-H "X-N8N-API-KEY: your-api-key"
Access Notes
- n8n API keys expire — regenerate via Settings > n8n API in web UI
- GLPI ITILFollowup: use
POST /ITILFollowup/(root endpoint) withitemtype/items_idin body - Wiki.js admin: mahmoud.gabr@aboughalymotors.com