Connect your applications directly to the BlackSpectron Fabric. High-frequency, low-latency autonomous intelligence at your fingertips.
All API requests must be authenticated via a Bearer token in the Authorization header. You can generate an API key from the BlackSpectron Dashboard.
/v4/fabric/deploy
Deploy a new autonomous agent to the global edge fabric.
type (string) - The role of the agent (e.g., 'Architect', 'Auditor').intent (string) - The natural language instruction./v4/agents/{agent_id}/status
Retrieve real-time health, task progress, and DAG execution logs for an active agent.
/v4/logic/optimize
Request a neural re-optimization of current architectural logic to reduce latency and compute costs.
repository_id (string) - Target repo ID.target_metric (string) - 'latency' | 'cost' | 'security'.