I am building a custom white-label dashboard for my clients to manage their Lindy agents and workflows directly from my own portal.
To do this, I need access to the Lindy Management API (Developer API). Could you please provide the API documentation and where to generate an API Key for the following capabilities?
1. Agents API
List Agents: Endpoint to get a list of all agents in my workspace.
Create/Update Agent: Endpoint to programmatically create or edit an agent's settings (name, persona, instructions).
2. Workflows & Runs
List Workflows: Endpoint to get a list of available workflows.
Trigger Workflow: Endpoint to start a workflow run programmatically (passing inputs).
Get Logs/History: Endpoint to fetch the execution history and logs (success/fail status) of workflow runs.
3. Knowledge Base
Manage Knowledge: Endpoints to add URLs or text to an agent's knowledge base via API.
4. Authentication
How do I authenticate these requests? (Bearer token / API Key?)
We are on the Business plan and need this to go live with our white-label solution. Thanks!"