# WanderLens API WanderLens supports AI-agent access through user-generated API keys from the Profile screen. ## Supported flow 1. Open https://dev.wanderlens.app/profile and generate an API key in the Developer API section. 2. Copy the raw key once and store it securely. 3. Send authenticated requests to the API base URL below with `Authorization: Bearer wl_live_<32 hex characters>`. API base URL: https://energized-gopher-195.eu-west-1.convex.site/api/v1 API catalog: https://dev.wanderlens.app/.well-known/api-catalog Agent Skills index: https://dev.wanderlens.app/.well-known/agent-skills/index.json Human-readable guide: https://dev.wanderlens.app/docs/ai/developer-api/skill.md Machine-readable capabilities: https://dev.wanderlens.app/docs/ai/developer-api/capabilities.json Do not send requests to https://dev.wanderlens.app/api/v1. The supported API origin is the Convex `.convex.site` host shown above. ## Intentionally not advertised yet - OAuth / OIDC discovery metadata - OAuth Protected Resource metadata - MCP Server Cards - WebMCP