Authentication
Private Alva actions use user-scoped bearer credentials or API keys created by signed-in users at /apikey.
Developer resources
Alva is an AI investing agent that turns investment theses, market narratives, screeners, backtests, and automation ideas into live investing playbooks. This page gives agents and integration builders a crawler-readable index for Alva API docs, OpenAPI discovery, authentication, MCP metadata, webhook status, and recovery guidance.
Alva is not financial advice. Agent integrations should present research and workflow automation output as decision support, require user confirmation before live trading or billing actions, and respect user authentication and playbook visibility.
Private Alva actions use user-scoped bearer credentials or API keys created by signed-in users at /apikey.
Agents should request bounded pages and follow cursor metadata such as pageInfo.endCursor or next_cursor.
Batch only independent read operations unless an endpoint explicitly documents idempotent write batching.
Recover from 400, 401, 403, 429, and 5xx responses using the structured error and retry guidance in OpenAPI.
curl https://alva.ai/api-docs.md
curl https://alva.ai/openapi.json
curl https://alva.ai/auth.md
curl https://alva.ai/mcp.md
curl https://alva.ai/webhooks.md