ExecraPlatform & API documentation

Getting started

1. Account

Create an account at app.execlogic.com.sa and verify your email. Google sign-in is also available.

2. API key

Issue an API key from the account settings inside the platform. The key is shown once at issuance or rotation; only its hash is stored. Keys carry scopes, and a key can never mint other keys.

3. First call

curl https://api.execlogic.com.sa/api/v1/health

curl -H "Authorization: Bearer <API_KEY>" \
     https://api.execlogic.com.sa/api/v1/workflows

Responses are JSON and every reply carries an X-Request-ID header for support. See the API reference for all paths.

Rate limits

The global limit is 100 requests per 60 seconds per address, with tighter limits on authentication and execution routes (returned in RateLimit-* headers). Exceeding a limit returns 429 with Retry-After.