Skip to main content

Invoke a backend

After deployment, invoke the backend through its AXTL agent slug with an agent API key. Agent API keys are different from platform bearer tokens. Create one before calling a deployed backend:
Copy the returned data.key.

Invoke by slug

AXTL forwards the JSON request body to the generated backend runtime. The generated backend decides the final request and response schema. Successful calls return an invocation envelope:

Common invocation errors