> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alshival.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Alshival.Ai

> Cloud logging, MCP servers, SDKs, and operations workflows for Alshival DevTools

Alshival.Ai DevTools gives you a resource-first operations stack:

* Cloud logging for each resource
* MCP endpoints for agent integrations
* SDK helpers for Python and Node.js
* Frontend and SSH workflows in one operational model

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get from API key to first log event in minutes.
  </Card>

  <Card title="SDK overview" icon="code" href="/sdk/overview">
    Install and configure Python or Node.js SDKs.
  </Card>

  <Card title="Platform overview" icon="layout-grid" href="/platform/overview">
    Understand resources, logging, MCP, and ownership scope.
  </Card>

  <Card title="Troubleshooting" icon="lifebuoy" href="/troubleshooting">
    Fix auth, logging, and MCP issues quickly.
  </Card>
</CardGroup>

## Core endpoints

* Unified MCP: `https://mcp.alshival.ai/mcp/`
* GitHub MCP: `https://mcp.alshival.ai/github/`
* Resource logs (DevTools domain): `https://alshival.dev/u/<username>/resources/<resource_uuid>/logs/`
* Resource logs (legacy main site): `https://alshival.ai/DevTools/u/<username>/resources/<resource_uuid>/logs/`

## Recommended path

1. Create API key in DevTools account settings.
2. Configure `ALSHIVAL_USERNAME`, `ALSHIVAL_API_KEY`, and `ALSHIVAL_RESOURCE`.
3. Send logs with Python SDK, Node.js SDK, or direct HTTP.
4. Add MCP tool descriptors to your agent stack.
