> I watched the stream recording for Archestra, and it was actually great. By the way, what projects are you all working on?
vision39 —
I am using archestra ai's MCP and Agent in my project. So in the submission page it's asking for deployment project link.
Locally i can deploy the agent and MCP servers through archestra development method. So my question is how can i use MCP server and agents through archestra after i deploy my project online? As archestra is not hosted for public that i can use it's api
Saif Ali Shaik —
I've tried deploying Archestra on render.com, but it turns out I cannot expose both :3000 or :9000 ports for admin UI and API access simultaneously. Is there a work around to this?
Hello @user@user
I’m trying to run Docker quickstart, but it fails with the error *“Unable to create a Kind cluster.”*
I’ve already enabled Kubernetes in Docker Desktop and restarted it.
The issue still persists even after multiple attempts since yesterday..
Following the documentation, a basic `/health` api endpoint works. But if try to GET /api/organization I see:
```401 Unauthorized```
I'm using the API key at: Settings > Your Account > API Keys > Create API Key
cURL
```curl -L 'localhost:9000/api/organization' \
-H 'Authorization: Bearer archestra_redacted_AMHqcbsPG'```
Is there something I'm missing?
I am using archestra ai's MCP and Agent in my project. So in the submission page it's asking for deployment project link.
Locally i can deploy the agent and MCP servers through archestra development method. So my question is how can i use MCP server and agents through archestra after i deploy my project online? As archestra is not hosted for public that i can use it's api
I've tried deploying Archestra on render.com, but it turns out I cannot expose both :3000 or :9000 ports for admin UI and API access simultaneously. Is there a work around to this?