alpic.cloud
Alpic is a cloud platform for building, deploying, monitoring, and distributing MCP servers and ChatGPT-style AI apps. It provides hosted MCP endpoints, testing/playground tooling, analytics, and deployment workflows for agent-accessible services.
Alpic exposes a REST API at `https://api.alpic.ai/v1` with an OpenAPI spec, plus an npm-distributed `alpic` CLI; both support Alpic-issued bearer credentials, and the CLI also supports browser-based login.
- Alpic REST APIdiscovered
- Alpic CLIdiscovered
Sign in to the Alpic dashboard, open your team, go to API Keys in the sidebar, click New API key, name it, and copy the key. Send it as Authorization: Bearer <API_KEY> for the REST API, or export it as ALPIC_API_KEY for the CLI.
$ alpic loginAcquired by the CLI — running alpic login opens the auth flow and stores the credential.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing