REST API v1
AvailableWorkspace-scoped REST endpoints use authenticated bearer credentials. Route-specific authorization and plan limits still apply.
Developer platform
This page distinguishes generally available interfaces from approved-access and planned capabilities. Only interfaces listed as available here are presented as supported public surfaces.
Workspace-scoped REST endpoints use authenticated bearer credentials. Route-specific authorization and plan limits still apply.
The machine-readable production contract is published at api.aidevportal.com/v1/openapi.json.
Webhook deliveries include signatures for receiver verification. Event access depends on the workspace plan and configured subscription.
OAuth applications are provisioned for reviewed partner integrations; this is not an unrestricted public app directory.
Client libraries are maintained with the platform. Public package distribution and version-support commitments are published only when a release is generally available.
Sandbox reset and administration are available for approved developer organizations; an anonymous public sandbox is not claimed.
Request contract
Use the current contract for paths, schemas, and authorization requirements. Do not infer an endpoint from a dashboard control.
Send the workspace credential as Authorization: Bearer <token>. Keep credentials server-side, scope them to the minimum required access, and rotate them after exposure.
Treat non-2xx responses as failures. Preserve the response request identifier when contacting support and do not log secrets or sensitive customer payloads.
Limits vary by route, plan, and contracted capacity. On HTTP 429, respect any retry guidance and apply bounded exponential backoff.
Public routes are versioned under /v1. Consumers should monitor deprecation and sunset response headers and validate against the current OpenAPI document before each release.
Change policy
The production OpenAPI document and executed order form are the current sources for endpoint shape, access, and commercial capacity.
Public package download links, a complete webhook event catalog, and historical API changelog entries will be added only as those artifacts are released. Contact [email protected] for an integration review.