Docs / Advanced / API Reference
API Reference
Programmatic access, auth, and response conventions.
The WeKeKe API will let you manage rules, integrations, and automation data programmatically. The public reference is still evolving, but all endpoints use JSON and follow REST conventions.
Status
- Public endpoints are being finalized.
- Internal APIs exist for the web app.
- Auth method for external access is still under review.
Authentication
- Use a secure session or server‑side credentials.
- Never expose admin keys in client‑side code.
- Requests without valid auth return 401 errors.
Response format
- Success responses include an ok flag and data.
- Error responses include an error message and context.
- Validation errors return 400‑level status codes.
Typical endpoints
- Rules: list, create, update, delete.
- Integrations: connect, disconnect, status.
- Automation: run tests, fetch run history.
Next steps
Use the other advanced docs and service references to implement custom workflows.