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.