Saltar al contenido
VtlasT E C H N O L O G I E S
MarketplaceEventosPreciosComunidad
Iniciar sesiónEmpieza a construir gratis
VtlasT E C H N O L O G I E S

El ecosistema para la producción. Cuatro apps, una sola fuente de verdad.

Producto

  • Atlas
  • Gateway
  • Compass
  • Legend
  • Funciones
  • Aurora AI
  • Guías de Aurora AI
  • Integraciones
  • Precios
  • Registro de cambios
  • Hoja de ruta

Hecho para

  • Tour managers
  • Jefes de producción
  • Régisseurs de escenario
  • Directores de festival
  • Jefes de sitio
  • Directores técnicos
  • Programadores de talento
  • Responsables de EHS

Industrias

  • Eventos en vivo
  • Conciertos
  • Festivales y giras
  • Inmersivo
  • Activaciones de marca
  • Corporativo
  • Teatro
  • Broadcast / TV / Cine

Recursos

  • Documentación
  • Desarrolladores
  • Guías
  • Glosario
  • Plantillas
  • Herramientas
  • Blog
  • Comunidad
  • Ayuda

Comparar

  • vs Cvent
  • vs Procore
  • vs Eventbrite
  • vs Master Tour
  • vs Monday
  • vs Notion
  • vs Airtable
  • vs Asana
  • vs DocuSign
  • vs Salesforce
  • Todas las alternativas

Estudio

  • Acerca de
  • Contacto
  • Empleo
  • Clientes
  • Prensa
  • Socios
  • Estado
© 2026 GHXSTSHIPTérminosPrivacidadDPASLAAccesibilidadPreferencias de cookies
The World Builder's Ecosystem
Atlas, Gateway, Compass y Legend son marcas registradas de GHXSTSHIP INDUSTRIES LLC.
Developers and partners

Build On The Record Store

Every production on the platform lives on one set of records: projects, documents, money, people. The API reads and writes those same records, scoped to exactly what you grant it.

Read the OpenAPI specSubmit an integration
The API

What's Open To Third Parties Today

Three domains are open to third parties now. Everything below ships in the spec and runs in production.

Documents

29 document types with a machine-readable contract each: JSON Schema, sample data, and merge-field paths. Post your data or a record id and get rendered HTML back.

GET /api/v1/documents

Reports and metrics

A catalog of 77 KPI definitions and 43 reports, computed live from the caller's org data. Metrics without backing data return null.

GET /api/v1/metrics

Advancing

Read a project's advance packet graph or create the packet shell, and track a merge send's per-recipient delivery funnel. Portal tokens never leave the platform.

GET /api/v1/projects/{id}/advance-packets
Access

Tokens Carry Only What You Grant

Personal access tokens carry named scopes. A reporting integration gets reports:read and nothing else. These are the scopes open to third parties today.

ScopeWhat it grants
documents:readList document types and read each type's JSON Schema, sample, and merge-field paths.
documents:writeGenerate documents from your own data or from a record you can access.
reports:readRead the metric catalog, resolve metric values, and pull reports and snapshots.
advancing:readRead advance packets, sections, audiences, and send-batch tracking boards.
advancing:writeCreate a project's advance packet shell (manager role or above).

Stripe is wired into the platform natively: checkout, Connect onboarding, and signature-verified webhook receipt. You don't build payment plumbing to integrate with us.

Ship with us

Two Ways In

List an integration

Built something on the API? Submit it for review and we'll list it in the integrations directory where operators go looking.

Submit an integration

Join the partner program

Agencies and implementation shops get a public profile in the live agency directory and a direct line to the team.

Partner programAgency directory
Reading

The Paper Trail

  • OpenAPI 3 spec, generated from the live routes/api/v1/openapi.json
  • Product and platform documentation/docs
  • Mint a personal access token in API settingsGet a token

Frequently asked questions

Is the API live today?
Yes. The documents, reports, and advancing endpoints are in production and described in the OpenAPI spec at /api/v1/openapi.json. If it's in the spec, it's real; we don't document endpoints that don't exist.
How do I get a token?
Sign up, then mint a personal access token in your API settings. Tokens carry only the scopes you grant them, and a typo'd scope is rejected at mint time instead of failing silently later.
Is there an SDK?
Not yet. The API is plain REST over HTTPS with an OpenAPI 3 spec, so generated clients work today. When we ship an official SDK we'll say so here first.

The Spec Is The Pitch.

Read it, mint a token, and make your first call this afternoon. When it works, list it.

Start building freeBook a Walkthrough