Wagevo for developers and AI agents

Wagevo exposes a set of unauthenticated, read-only, machine-readable resources that let AI agents, LLMs, and integrations retrieve verified public information about Wagevo's earned wage access benefit. No API key is required. Private payments and partner payroll APIs are not part of this public surface.

Quickstart

Ask for markdown with content negotiation, or call the JSON API directly:

curl -s -H "Accept: text/markdown" https://wagevo.com/
curl -s https://wagevo.com/api/health
curl -s -X POST https://wagevo.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Machine-readable resources

MCP server

The Wagevo Agent Information MCP server speaks Streamable HTTP (JSON-RPC over POST) at https://wagevo.com/api/mcp. It exposes a get_wagevo_information tool with topics: overview, employers, employees, integrations, and support.

API conventions

Versioning: the current major version of this API is v1 (see info.version in the OpenAPI spec). Breaking changes will ship under a new version with the previous version supported for at least 6 months; deprecations are signaled via the Deprecation and Sunset HTTP headers.

Errors: error responses use RFC 9457 application/problem+json with a machine-readable type, human-readable title/detail, and status.

Rate limits: responses include RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers. On HTTP 429, a Retry-After header indicates how long to wait.

Support: support@wagevo.com or (385) 204-4012.