Blog
Tips, tutorials, and updates from the Atrahasis team.
What Is an API Workflow
An API workflow is an ordered chain of HTTP requests where each step consumes what the last one returned. Learn what turns a chain into a workflow, why it is the honest way to test scenarios and user journeys end to end, and how Flow Runner builds, verifies and ships one.
GraphQL in Atrahasis
A GraphQL server already describes itself. Atrahasis reads that schema the moment you paste an endpoint, builds the type tree, and writes the query and variables for you. Here is what happens at each step.
Where Atrahasis Keeps Your API Secrets
Every API client asks you for secrets. A bearer token, a basic-auth password, an API key, a set of OAuth client credentials. You paste them into a field, hit send, and move on. The question nobody asks until it is too late is: where did that secret just go?
What Is OpenAPI
OpenAPI is the industry standard for describing REST APIs. Learn what OpenAPI is, what's inside a spec, how it differs from Swagger, the version differences, and how to work with it.
What Is an API Client
An API client is a tool that sends requests to an API and shows you the response. Learn what API clients do, how they work, the different types