SYNOMORPH

DEVELOPERS / API

Nervous-system APIs.

A proposed interface for connecting applications, simulations, and robots to versioned systems.

Conceptual APINot production access

CONCEPTUAL INTERFACE

from synomorph import Synomorph

client = Synomorph()
system = client.systems.load("drosophila")

result = system.run(
    task="navigation",
    input=sensory_state
)

print(result.action)

Illustrative interface only. No public package or production endpoint is implied.

PROPOSED API GROUPS

/systems

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/systems/{id}

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/simulations

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/simulations/{id}/step

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/experiments

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/embodiments

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/deployments

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/workspaces

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.

/usage

Proposed endpoint group. Authentication, schemas, limits, and billing are not yet published.