Engine // API_Matrix
Programmatic
synthesis.
Integrate the Sudarshan Ai reasoning engine directly into your CI/CD pipelines or custom internal tooling.
Endpoint_0x01
POST
/v1/synthesis
Initiate a new architecture synthesis session from a JSON requirement payload.
Parameters
system_intentstring
Natural language description of the target system.
cloudenum
Target cloud fabric: 'aws', 'gcp', or 'azure'.
constraintsobject
Detailed resource and budget limits.
Example_Payload
{
"system_intent": "high-available-ecommerce-backend",
"cloud": "aws",
"constraints": {
"budget": 500,
"region": "us-east-1"
}
}Endpoint_0x02
GET
/v1/blueprints/{id}
Retrieve the full synthetic blueprint, metrics, and generated Infrastructure-as-Code.
Parameters
idstring
The unique synthesis identifier.
Example_Payload
// Response Object
{
"id": "synt_0xFD43...",
"confidence": 0.98,
"cloud": "aws",
"nodes_count": 24,
"monthly_est": 452.12,
"markdown": "..."
}API Access
Under Construction
The Sudarshan Ai matrix is currently restricted. The public API will be published shortly for authorized researchers.