Instance
An instance is an isolated environment within a Metorial project. Instances are created via the dashboard (since API keys are scoped to instances). Common setups include production, staging, and development instances.
Instance object
Attributes
object
StringString representing the object's type
id
StringThe instance's unique identifier
slug
StringThe instance's slug
name
StringThe instance's name
organization_id
StringThe organization's unique identifier
type
EnumThe instance's type
created_at
DateThe instance's creation date
updated_at
DateThe instance's last update date
project
Object{"object": "organization.instance","id": "ins_9sTuVwXyZaBcDeFg","slug": "production-env","name": "Production Environment","organization_id": "org_7hNkPqRsTuVwXyZa","type": "development","created_at": "2026-01-29T12:35:22.304Z","updated_at": "2026-01-29T12:35:22.304Z","project": {"object": "organization.project","id": "prj_3bCdEfGhJkLmNpQr","status": "active","slug": "api-integration","name": "API Integration","organization_id": "org_7hNkPqRsTuVwXyZa","created_at": "2026-01-29T12:35:22.304Z","updated_at": "2026-01-29T12:35:22.304Z"}}
Get instance details
Retrieves metadata and configuration details for a specific instance.
No parameters required
GEThttp://api.metorial.com/instance
curl -X GET "https://api.metorial.com/instance" \-H "Authorization: Bearer metorial_sk_..."