Agent Guide
One Endpoint
Section titled “One Endpoint”curl https://api.marc27.com/api/v1/agent/capabilitiesReturns a full map of all services, endpoints, auth methods, and examples. An agent reads this once and knows everything.
Auth for Agents
Section titled “Auth for Agents”export MARC27_API_KEY=m27_your_key_hereThat’s it. Every API call uses this key. No OAuth, no token refresh, no login.
Via PRISM CLI
Section titled “Via PRISM CLI”prism agent # prints all available commandsprism query --platform --semantic "your question" --json # searchprism query --platform "Inconel 718" | grep MAT # grep-friendlySmart 404
Section titled “Smart 404”If an agent calls the wrong endpoint, the API suggests the right one:
{ "error": {"code": "not_found", "message": "GET /api/v1/knowlege/serch is not valid"}, "hint": "Did you mean: GET /api/v1/knowledge/graph/search?", "suggestions": [...]}