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

# Architect API SDKs

> pre.dev SDKs are wrappers around the pre.dev Architect API to help you easily generate comprehensive software specifications

## Official SDKs

<CardGroup cols={2}>
  <Card title="Python SDK" icon="python" href="/architect-agent/sdks/python">
    Explore the Python SDK for pre.dev Architect API - perfect for Python developers
  </Card>

  <Card title="Node SDK" icon="node-js" href="/architect-agent/sdks/node">
    Explore the Node.js SDK for pre.dev Architect API - TypeScript-first with full type support
  </Card>
</CardGroup>

## Features

All pre.dev SDKs provide:

* **Fast Spec Generation**: Comprehensive specifications in \~1 minute (\~5-10 credits)
* **Deep Spec Generation**: Ultra-detailed specs in \~3-5 minutes (\~10-50 credits)
* **Status Tracking**: Check the status of async specification generation requests
* **Type Safety**: Full type definitions for better IDE support
* **Error Handling**: Custom exceptions for different error scenarios
