returns String!
Auth probe: returns hello, {user.email} for a valid request.
Opens no database session and touches no domain, so it gives clients a three-way liveness check:
data.hello → endpoint up, credentials validUNAUTHENTICATED error → endpoint up, no
credentials presented (anonymous introspection is still allowed)None. The graph is chosen by the URL, never by an argument.
{ hello }curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ hello }"}'