Skip to main content

REST API

REST mirror for custom integrations.

Use the API mirror when integrating from a non-MCP client. Same account, same access rules, and the same career source model.

Base URL https://www.veas.app/api/v1

Quickstart

Call the read surface with an API key.

API clients authenticate with an API key in the X-API-Key header. Use the MCP guide when an agent should act as the signed-in user through OAuth.

curl https://www.veas.app/api/v1/profile \
  -H "X-API-Key: $CAREER_MEMOS_API_KEY"

OpenAPI

Generate clients from the schema.

The full schema lives at /openapi/career.yml. Generate clients with the OpenAPI Generator of your choice.

Most users should connect their agent first. See Agent setup.