API Reference
DesignFoundry exposes a REST API for programmatic access to your architecture data.
Authentication
The API uses Bearer token authentication. Generate an API key from Settings → API Keys.
Authorization: Bearer <your-api-key>
Base URL
https://api.designfoundry.ai/v1
Key Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /objects | List objects |
| POST | /objects | Create object |
| GET | /objects/{id} | Get object |
| PUT | /objects/{id} | Update object |
| DELETE | /objects/{id} | Delete object |
| GET | /relationships | List relationships |
| POST | /relationships | Create relationship |
Full OpenAPI spec: Settings → API Reference → OpenAPI Schema