Jentic · Example Payload

Jentic Register Example

AI AgentsArazzoOpenAPIMCPWorkflowsIntegrationsAgent RuntimeStandard AgentJust In Time ToolingCredential VaultAgent GovernanceObservabilityAPI AI Readiness

Jentic Register Example is an example object payload from Jentic, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "registerAccount",
  "method": "POST",
  "path": "/auth/register",
  "request": {
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "email": "agent-owner@example.com"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "api_key": "jen_live_8K7vBxAQ2y1eDqU5wRpL9z0c",
      "uuid": "7c3e8d10-6b9a-4f5d-8e21-1a7c4b9d0fe2"
    }
  }
}