Servers, Storage, And APIs
This category covers services that expose a general request surface rather than a specialized database or packaged application integration. Eve centralizes their credentials, access checks, templates, APIs, workflows, and telemetry.
Included Endpoint Kinds
| Endpoint kind | Typical use |
|---|---|
| HTTP | Internal REST or GraphQL services and third-party APIs. |
| Amazon S3 | Object storage and object-backed data exchange. |
| AWS Lambda | Serverless function invocation. |
Treat outbound calls as production side effects unless the endpoint is deliberately limited to read-only behavior. Define accepted paths, methods, payload shapes, and approvals before making a server or API endpoint available to workflows or agents.
Related
Last updated: July 10, 2026