Skip to main content

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

ServiceAccountPurpose
GLPI APIapitest (id=501)API testing (Super-Admin)
OutlineAPI key ol_api_bnIA...Outline API access
n8n"Claude Code v5" keyn8n 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) with itemtype/items_id in body
  • Wiki.js admin: mahmoud.gabr@aboughalymotors.com